diff --git a/docs/src/main/sphinx/connector/delta-lake.rst b/docs/src/main/sphinx/connector/delta-lake.rst index 26ff4ce584c4..3f333037e01e 100644 --- a/docs/src/main/sphinx/connector/delta-lake.rst +++ b/docs/src/main/sphinx/connector/delta-lake.rst @@ -90,6 +90,9 @@ values. Typical usage does not require you to configure them. - Frequency of checks for metadata updates, equivalent to transactions, to update the metadata cache specified in :ref:`prop-type-duration`. - ``5m`` + * - ``delta.metadata.cache-size`` + - The maximum number of Delta table metadata entries to cache. + - 1000 * - ``delta.metadata.live-files.cache-size`` - Amount of memory allocated for caching information about files. Needs to be specified in :ref:`prop-type-data-size` values such as ``64MB``.