Hacker News new | ask | show | jobs
by jmartin2683 1201 days ago
We’re currently building real-time apis backed by terabytes of compressed parquet… hundreds of billions of ‘rows’… in exactly this fashion using polars. It amazes us at every turn.

Join us and help!

1 comments

What project?

Do you mean polars reading Parquet into DuckDB to process that amount of data?

Internal. We're using Polars as the query engine to effectively query that data statically at rest (more accurately, mmap'd on disk in arrow ipc format)