This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 1931af67ba Publish built docs triggered by
79cfe8e921daedd1811ed7442a826fa5c95a41d5
1931af67ba is described below
commit 1931af67bae8be043ec3aae6229df838b860d197
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 16 12:44:22 2025 +0000
Publish built docs triggered by 79cfe8e921daedd1811ed7442a826fa5c95a41d5
---
_sources/user-guide/configs.md.txt | 2 ++
searchindex.js | 2 +-
user-guide/configs.html | 8 ++++++++
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/_sources/user-guide/configs.md.txt
b/_sources/user-guide/configs.md.txt
index 0c91eb5797..156df1d9d7 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -202,6 +202,8 @@ The following runtime configuration settings are available:
| key | default | description
|
| ------------------------------------------ | ------- |
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
+| datafusion.runtime.list_files_cache_limit | 1M | Maximum memory to use
for list files cache. Supports suffixes K (kilobytes), M (megabytes), and G
(gigabytes). Example: '2G' for 2 gigabytes. |
+| datafusion.runtime.list_files_cache_ttl | NULL | TTL (time-to-live) of
the entries in the list file cache. Supports units m (minutes), and s
(seconds). Example: '2m' for 2 minutes. |
| datafusion.runtime.max_temp_directory_size | 100G | Maximum temporary
file directory size. Supports suffixes K (kilobytes), M (megabytes), and G
(gigabytes). Example: '2G' for 2 gigabytes. |
| datafusion.runtime.memory_limit | NULL | Maximum memory limit
for query execution. Supports suffixes K (kilobytes), M (megabytes), and G
(gigabytes). Example: '2G' for 2 gigabytes. |
| datafusion.runtime.metadata_cache_limit | 50M | Maximum memory to use
for file metadata cache such as Parquet metadata. Supports suffixes K
(kilobytes), M (megabytes), and G (gigabytes). Example: '2G' for 2 gigabytes. |
diff --git a/searchindex.js b/searchindex.js
index dd51be9ce6..a280464222 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[61,"op-neq"]],"!~":[[61,"op-re-not-match"]],"!~*":[[61,"op-re-not-match-i"]],"!~~":[[61,"id19"]],"!~~*":[[61,"id20"]],"#":[[61,"op-bit-xor"]],"%":[[61,"op-modulo"]],"&":[[61,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[13,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[61,"op-multiply"]],"+":[[61,"op-plus"]],"-":[[61,"op-minus"]],"/":[[61,"op-divide"]],"<":[[61,"op-lt"]],"<
[...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[61,"op-neq"]],"!~":[[61,"op-re-not-match"]],"!~*":[[61,"op-re-not-match-i"]],"!~~":[[61,"id19"]],"!~~*":[[61,"id20"]],"#":[[61,"op-bit-xor"]],"%":[[61,"op-modulo"]],"&":[[61,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[13,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[61,"op-multiply"]],"+":[[61,"op-plus"]],"-":[[61,"op-minus"]],"/":[[61,"op-divide"]],"<":[[61,"op-lt"]],"<
[...]
\ No newline at end of file
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 76d023138f..6307719a56 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -956,6 +956,14 @@ example, to configure <code class="docutils literal
notranslate"><span class="pr
</tr>
</thead>
<tbody>
+<tr class="row-even"><td><p>datafusion.runtime.list_files_cache_limit</p></td>
+<td><p>1M</p></td>
+<td><p>Maximum memory to use for list files cache. Supports suffixes K
(kilobytes), M (megabytes), and G (gigabytes). Example: ‘2G’ for 2
gigabytes.</p></td>
+</tr>
+<tr class="row-odd"><td><p>datafusion.runtime.list_files_cache_ttl</p></td>
+<td><p>NULL</p></td>
+<td><p>TTL (time-to-live) of the entries in the list file cache. Supports
units m (minutes), and s (seconds). Example: ‘2m’ for 2 minutes.</p></td>
+</tr>
<tr class="row-even"><td><p>datafusion.runtime.max_temp_directory_size</p></td>
<td><p>100G</p></td>
<td><p>Maximum temporary file directory size. Supports suffixes K (kilobytes),
M (megabytes), and G (gigabytes). Example: ‘2G’ for 2 gigabytes.</p></td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]