Skip to content

Commit

Permalink
Clean up source formatting only
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua authored and martint committed Mar 2, 2022
1 parent 3fadfbf commit ae932e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/src/main/sphinx/admin/properties-query-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Query management properties
Configures the algorithm to organize the processing of all of the
stages of a query. You can use the following execution policies:

* ``phased`` schedules stages in a sequence to avoid blockages because of
inter-stage dependencies. This policy maximizes cluster resource utilization
* ``phased`` schedules stages in a sequence to avoid blockages because of
inter-stage dependencies. This policy maximizes cluster resource utilization
and provides the lowest query wall time.
* ``all-at-once`` schedules all of the stages of a query at one time. As a
result, cluster resource utilization is initially high, but inter-stage
dependencies typically prevent full processing and cause longer queue times
* ``all-at-once`` schedules all of the stages of a query at one time. As a
result, cluster resource utilization is initially high, but inter-stage
dependencies typically prevent full processing and cause longer queue times
which increases the query wall time overall.
* ``legacy-phased`` has similar functionality to ``phased``, but can increase
* ``legacy-phased`` has similar functionality to ``phased``, but can increase
the query wall time as it attempts to minimize the number of running stages.

``query.hash-partition-count``
Expand All @@ -29,8 +29,8 @@ stages of a query. You can use the following execution policies:
* **Default value:** ``100``
* **Session property:** ``hash_partition_count``

The number of partitions to use for processing distributed joins and
aggregations.
The number of partitions to use for processing distributed operations, such as
joins, aggregations, partitioned window functions and others.

``query.max-execution-time``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit ae932e3

Please sign in to comment.