Live data from Hacker News

DuckDB 1.5.2 – SQL database that runs on laptop, server, in the browser

duckdb.org

51–54 of 54 posts

Re: DuckDB 1.5.2 – SQL database that runs on laptop, server, in the browser

#51
post #19

Data engineer here: I use this all the time. It's amazing. For most of the data the sizes we often deal with it's perfect.

> For most of the data the sizes we often deal with it's perfect. Interested here: for me it works for out of core work. Where is the limit? On a related note: do you need to handle concurrency restrictions?

From my very limited experience with duckdb, being a column based database, simple query also need loads entire columns and that uses a lots of RAM if a table has millions of rows. Perhaps there is a way to make it more memory friendly but I don't know how.

Re: DuckDB 1.5.2 – SQL database that runs on laptop, server, in the browser

#52
post #4

duckdb is a generational technology innovation. insanely good ergonomics, great performance, it's awesome.

Can confirm: together with `dbt` and `rill` I'm able do to [this]( https://github.com/idesis-gmbh/GitHubExperiments/blob/master... ) on my laptop.

OP here. Thanks for sharing. This is why I keep coming back to HN.
Post reply on HN