Skip to content

Commit a66420a

Browse files
committed
fixup! Add a default FileStatisticsCache implementation for the ListingTable
1 parent 1d449ff commit a66420a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user-guide/configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ SET datafusion.runtime.memory_limit = '2G';
205205
The following runtime configuration settings are available:
206206

207207
| key | default | description |
208-
|------------------------------------------------| ------- |---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
208+
| ---------------------------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
209209
| datafusion.runtime.file_statistics.cache_limit | 1M | Maximum memory to use for file statistics cache. Supports suffixes K (kilobytes), M (megabytes), and G (gigabytes). Example: '2G' for 2 gigabytes. |
210210
| 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. |
211211
| 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. |

0 commit comments

Comments
 (0)