Skip to content

Commit

Permalink
[native] Fix documentation on async data cache and ssd cache
Browse files Browse the repository at this point in the history
  • Loading branch information
majetideepak committed Feb 27, 2024
1 parent 1e1963c commit 5c8fc86
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,15 @@ disabled if ``connector.num-io-threads-hw-multiplier`` is set to zero.
* **Default value:** ``true``
* **Presto on Spark default value:** ``false``

Whether async data cache is enabled. Setting ``async-data-cache-enabled``
to ``false`` disables split prefetching in table scan.
Whether async data cache is enabled.

``async-cache-ssd-gb``
^^^^^^^^^^^^^^^^^^^^^^

* **Type** ``integer``
* **Default value:** ``0``

Size of the SSD cache when async data cache is enabled. Must be zero if
``async-data-cache-enabled`` is ``false``.
Size of the SSD cache when async data cache is enabled.

``enable-old-task-cleanup``
^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 5c8fc86

Please sign in to comment.