Sam Ansmink
Sam Ansmink
nope, note that that is the same PR as I linked. That PR enables the performance optimization, but there is still more work to do to actually implement that. I...
DuckDB does support hive partitioning and will not scan files it does not have to based on filters on partition columns. It does however do more file listings than necessary...
if your data does actually only include a single file and the name of this file is constant, replacing `*.parquet` with `.parquet` should make a big difference I think. In...