Discussion about this post

User's avatar
Fred de Villamil's avatar

We've been using DuckDB in production for a while now, and tested several approaches.

For now, the most (cost) efficient way we have found was to stream parquet files from a NFS based host.

The object storage model is way too expensive as you're paying on a per query basis. NFS file server makes it much easier, especially on the streaming part.

Expand full comment
3 more comments...

No posts