|
|
|
|
|
by wenc
949 days ago
|
|
No you can definitely use globs in DuckDB. And no you don’t have to know the exact parquet file. You would treat the Hive partitioned data as a single dataset and DuckDB will scan it automatically. (Partition elimination, predicate pushdown etc all done automatically) https://duckdb.org/docs/data/partitioning/hive_partitioning |
|