diff --git a/presto-docs/src/main/sphinx/admin/properties.rst b/presto-docs/src/main/sphinx/admin/properties.rst index e1d6c70a8305..06fc4f0c6b67 100644 --- a/presto-docs/src/main/sphinx/admin/properties.rst +++ b/presto-docs/src/main/sphinx/admin/properties.rst @@ -854,6 +854,15 @@ This can also be specified on a per-query basis using the ``confidence_based_bro Enable treating ``LOW`` confidence, zero estimations as ``UNKNOWN`` during joins. This can also be specified on a per-query basis using the ``treat-low-confidence-zero-estimation-as-unknown`` session property. +``optimizer.retry-query-with-history-based-optimization`` +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* **Type:** ``boolean`` +* **Default value:** ``false`` + +Enable retry for failed queries who can potentially be helped by HBO. This can also be specified +on a per-query basis using the ``retry-query-with-history-based-optimization`` session property. + Planner Properties ------------------