Hacker News new | ask | show | jobs
by nbbaier 684 days ago
Really cool! For querying something like CSV, what's the difference between this and say, DuckDB?
1 comments

Thanks! For querying CSV, it's quite similar to DuckDB (just a little bit slower). It's almost the same syntax (read_csv table, same parameter name, etc.)

I think anyquery strength rather comes from querying things other than files