Hacker News new | ask | show | jobs
by inian 791 days ago
Here is the example of the DuckDB querying parquet files directly from Storage because it supports the S3 protocol now - https://github.com/TylerHillery/supabase-storage-duckdb-demo

https://www.youtube.com/watch?v=diL00ZZ-q50

1 comments

Yes. Duckdb works very well with parquet scans on s3 right now.
Does it work well with Hive tables storing parquet files on s3?