You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| datafusion.runtime.list_files_cache_limit<aclass="headerlink"href="#datafusion.runtime.list_files_cache_limit"title="Link to this config">#</a> | 1M | Maximum memory to use for list files cache. Supports suffixes K (kilobytes), M (megabytes), and G (gigabytes). Example: '2G' for 2 gigabytes. |
210
-
| datafusion.runtime.list_files_cache_ttl<aclass="headerlink"href="#datafusion.runtime.list_files_cache_ttl"title="Link to this config">#</a> | 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. |
211
-
| datafusion.runtime.max_temp_directory_size<aclass="headerlink"href="#datafusion.runtime.max_temp_directory_size"title="Link to this config">#</a> | 100G | Maximum temporary file directory size. Supports suffixes K (kilobytes), M (megabytes), and G (gigabytes). Example: '2G' for 2 gigabytes. |
212
-
| datafusion.runtime.memory_limit<aclass="headerlink"href="#datafusion.runtime.memory_limit"title="Link to this config">#</a> | NULL | Maximum memory limit for query execution. Supports suffixes K (kilobytes), M (megabytes), and G (gigabytes). Example: '2G' for 2 gigabytes. |
213
-
| datafusion.runtime.metadata_cache_limit<aclass="headerlink"href="#datafusion.runtime.metadata_cache_limit"title="Link to this config">#</a> | 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. |
214
-
| datafusion.runtime.temp_directory<aclass="headerlink"href="#datafusion.runtime.temp_directory"title="Link to this config">#</a> | NULL | The path to the temporary file directory. |
| datafusion.runtime.list_files_cache_limit<aclass="headerlink"href="#datafusion.runtime.list_files_cache_limit"title="Link to this config">#</a> | 1M | Maximum memory to use for list files cache. Supports suffixes K (kilobytes), M (megabytes), and G (gigabytes). Example: '2G' for 2 gigabytes. |
210
+
| datafusion.runtime.list_files_cache_ttl<aclass="headerlink"href="#datafusion.runtime.list_files_cache_ttl"title="Link to this config">#</a> | 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. |
211
+
| datafusion.runtime.max_temp_directory_size<aclass="headerlink"href="#datafusion.runtime.max_temp_directory_size"title="Link to this config">#</a> | 100G | Maximum temporary file directory size. Supports suffixes K (kilobytes), M (megabytes), and G (gigabytes). Example: '2G' for 2 gigabytes. |
212
+
| datafusion.runtime.memory_limit<aclass="headerlink"href="#datafusion.runtime.memory_limit"title="Link to this config">#</a> | NULL | Maximum memory limit for query execution. Supports suffixes K (kilobytes), M (megabytes), and G (gigabytes). Example: '2G' for 2 gigabytes. |
213
+
| datafusion.runtime.metadata_cache_limit<aclass="headerlink"href="#datafusion.runtime.metadata_cache_limit"title="Link to this config">#</a> | 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. |
214
+
| datafusion.runtime.temp_directory<aclass="headerlink"href="#datafusion.runtime.temp_directory"title="Link to this config">#</a> | NULL | The path to the temporary file directory. |
0 commit comments