Skip to content

Commit

Permalink
Fix Title Underline Length in Sphinx Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Akanksha-kedia authored and steveburnett committed Mar 21, 2024
1 parent 961b557 commit bd811a6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions presto-docs/src/main/sphinx/admin/properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Spilling Properties
This config property can be overridden by the ``spill_enabled`` session property.

``experimental.join-spill-enabled``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** ``boolean``
* **Default value:** ``true``
Expand Down Expand Up @@ -245,7 +245,7 @@ Spilling Properties
risky if Presto is running without a reserved memory pool.

``experimental.memory-revoking-threshold``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* **Type:** ``double``
* **Minimum value:** ``0``
* **Maximum value:** ``1``
Expand Down Expand Up @@ -365,7 +365,7 @@ Spilling Properties
data spilled to disk

``experimental.spiller.single-stream-spiller-choice``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** ``String``
* **Default value:** ``LOCAL_FILE``
Expand All @@ -374,7 +374,7 @@ Spilling Properties
LOCAL_FILE (default) and TEMP_STORAGE.

``experimental.spiller.spiller-temp-storage``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** ``String``
* **Default value:** ``local``
Expand Down Expand Up @@ -573,7 +573,7 @@ Task Properties
a per-query basis using the ``task_writer_count`` session property.

``task.interrupt-runaway-splits-timeout``
^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** ``duration``
* **Default value:** ``10m``
Expand Down Expand Up @@ -770,7 +770,7 @@ Optimizer Properties
so increasing this value can cause serious performance issues.

``optimizer.use-defaults-for-correlated-aggregation-pushdown-through-outer-joins``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** ``boolean``
* **Default value:** ``true``
Expand All @@ -787,7 +787,7 @@ Optimizer Properties
join and thereby produces more optimal plans.

``optimizer.rewrite-expression-with-constant-variable``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** ``boolean``
* **Default value:** ``true``
Expand All @@ -796,15 +796,15 @@ Optimizer Properties
constant value.

``optimizer.history-based-optimizer-plan-canonicalization-strategies``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** ``string``
* **Default value:** ``IGNORE_SAFE_CONSTANTS``

Plan canonicalization strategies used to canonicalize a query plan for history based optimization.

``optimizer.track-history-stats-from-failed-queries``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** ``boolean``
* **Default value:** ``true``
Expand Down Expand Up @@ -887,7 +887,7 @@ CTE Materialization Properties
This can also be specified on a per-query basis using the ``cte_materialization_strategy`` session property.

``query.cte-hash-partition-count``
^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** ``integer``
* **Default value:** ``100``
Expand All @@ -899,7 +899,7 @@ CTE Materialization Properties
This can also be specified on a per-query basis using the ``cte_hash_partition_count`` session property.

``query.cte-partitioning-provider-catalog``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* **Type:** ``string``
* **Default value:** ``system``
Expand Down Expand Up @@ -972,4 +972,4 @@ Logging Properties
* **Type:** ``data size``
* **Default value:** ``100MB``

The maximum file size for the log file of the HTTP server.
The maximum file size for the log file of the HTTP server.

0 comments on commit bd811a6

Please sign in to comment.