Remix.run Logo
willvarfar 6 days ago

(I use duckdb to query data stored in parquet files)

mrtimo 6 days ago | parent [-]

Same. But, I use Malloy which uses duckdb to query data stored in hundreds of parquet files (as if they were one big file).

willvarfar 5 days ago | parent [-]

I haven't looked at Mallory, but I do regularly scan lots of parquet files using wildcards etc from duckdb. Its a neat builtin duckdb feature.