Skip to content

Commit

Permalink
Improve Table Scan property names
Browse files Browse the repository at this point in the history
  • Loading branch information
natashasehgal committed Jan 2, 2025
1 parent 5e7d440 commit 7b769ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,7 @@ trigger skewed partition rebalancing by scale writer exchange.
* **Type:** ``boolean``
* **Default value:** ``false``

Enables scaled processing for table scans.
When enabled, Presto will attempt to scale up table scans to improve performance.
If set to ``true``, enables scaling the table scan concurrency on each worker.

``native_table_scan_scale_up_memory_usage_ratio``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public NativeWorkerSessionPropertyProvider(FeaturesConfig featuresConfig)
!nativeExecution),
booleanProperty(
NATIVE_TABLE_SCAN_SCALED_PROCESSING_ENABLED,
"If set to true, enables the scaled table scan processing.",
"If set to true, enables scaling the table scan concurrency on each worker.",
false,
!nativeExecution),
doubleProperty(
Expand Down

0 comments on commit 7b769ed

Please sign in to comment.