Hacker News new | ask | show | jobs
by jmartin2683 1207 days ago
Consider polars for rust. Much, much faster with fewer resources than Duckdb or datafusion in my experience.
1 comments

Polars is a dataframe library, no? That's a quite different use-case.
oh no.. it does lazy query optimization, out of core... most if not all of the good stuff.
It's not a CLI SQL engine though, is it?
oh no.. for that you'd want datafusion