Skip to content

Commit

Permalink
Document hash partition count property
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Mar 1, 2022
1 parent 33277e7 commit d4a9135
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/main/sphinx/admin/properties-query-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ stages of a query. You can use the following execution policies:
* ``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``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** :ref:`prop-type-integer`
* **Default value:** ``100``
* **Session property:** ``hash_partition_count``

The number of partitions to use for processing distributed joins and
aggregations.

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

Expand Down

0 comments on commit d4a9135

Please sign in to comment.