Hacker News new | ask | show | jobs
by jrouviere 352 days ago
Does that approach really work for a 72GB dataset? I assume that means DuckDB will need to load all that data in the browser?
1 comments

Client side it is aggregations of the data, (so yes you could run out of memory). DuckDB does not load all of the data client side.