Skip to content

Commit

Permalink
Add documentation for Delta Lake configuration properties
Browse files Browse the repository at this point in the history
Add the configuration properties to the general configuration
properties section to have all of them centralised.
  • Loading branch information
findinpath committed May 10, 2023
1 parent a74f29d commit 8e87ce5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/main/sphinx/connector/delta-lake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ values. Typical usage does not require you to configure them.
- Enables :ref:`Table statistics <delta-lake-table-statistics>` for
performance improvements.
- ``true``
* - ``delta.extended-statistics.enabled``
- Enable statistics collection with :doc:`/sql/analyze` and
use of extended statistics.
- ``false``
* - ``delta.per-transaction-metastore-cache-maximum-size``
- Maximum number of metastore data objects per transaction in
the Hive metastore cache.
Expand All @@ -159,6 +163,10 @@ values. Typical usage does not require you to configure them.
* - ``delta.register-table-procedure.enabled``
- Enable to allow users to call the ``register_table`` procedure.
- ``false``
* - ``delta.vacuum.min-retention``
- Minimum retention threshold for the files taken into account
for removal by the :ref:`VACUUM<delta-lake-vacuum>` procedure.
- ``7 DAYS``

Catalog session properties
^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 8e87ce5

Please sign in to comment.