Skip to content

Commit

Permalink
Update Properties documentation with new Optimizer property
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavmuk04 committed Jul 1, 2024
1 parent 461a31a commit 5b1cde7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions presto-docs/src/main/sphinx/admin/properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,17 @@ Log the stats equivalent plan and canonicalized plans used in history based opti
Enable analysis and propagation of logical properties like distinct keys or cardinality among the nodes of
a query plan. The optimizer may then use these properties to perform various optimizations.

``optimizer.confidence-based-broadcast``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** ``boolean``
* **Default value:** ``false``

Enable broadcasting based on the confidence of the statistics that are being used, by
broadcasting the side of a joinNode which has the highest (``HIGH`` or ``FACT``) confidence statistics.
If both sides have the same confidence statistics, then the original behavior will be followed.
This can also be specified on a per-query basis using the ``confidence_based_broadcast`` session property.

Planner Properties
------------------

Expand Down

0 comments on commit 5b1cde7

Please sign in to comment.