Is your feature request related to a problem or challenge?
@nuno-faria implemented the core Parquet Metadata caching logic in the following PR:
However, it is not on by default and you have to turn it on like
set datafusion.execution.parquet.cache_metadata = true;
Describe the solution you'd like
To turn the metadata cache on by default
Describe alternatives you've considered
No response
Additional context
Is your feature request related to a problem or challenge?
@nuno-faria implemented the core Parquet Metadata caching logic in the following PR:
However, it is not on by default and you have to turn it on like
Describe the solution you'd like
To turn the metadata cache on by default
datafusion.execution.parquet.cache_metadataconfig #17047Describe alternatives you've considered
No response
Additional context
ParquetOpener#15179datafusion-cliwhen reading from remote storage #16365