I use duckdb often too, but the way it is being hyped in these comments makes me feel like I'm missing out on some insane usecase. I basically use it to load csv, jsonl, parquet etc etc formats and do arbitrary transformations. Are people doing something else with it?
DuckDB 1.5.2 – SQL database that runs on laptop, server, in the browser
41–50 of 54 posts
Re: DuckDB 1.5.2 – SQL database that runs on laptop, server, in the browser
#42Any opinions on DuckLake?
Re: DuckDB 1.5.2 – SQL database that runs on laptop, server, in the browser
#43So is DuckDb a database or a cli tool to query all sorts of file format using SQL statements? I've used it as a CLI tool, somehow don't understand the comparison to a database, which stores your data reliably, besides responding to your SQL queries.
Re: DuckDB 1.5.2 – SQL database that runs on laptop, server, in the browser
#44Re: DuckDB 1.5.2 – SQL database that runs on laptop, server, in the browser
#45sqlite
Re: DuckDB 1.5.2 – SQL database that runs on laptop, server, in the browser
#46So is DuckDb a database or a cli tool to query all sorts of file format using SQL statements? I've used it as a CLI tool, somehow don't understand the comparison to a database, which stores your data reliably, besides responding to your SQL queries.
Re: DuckDB 1.5.2 – SQL database that runs on laptop, server, in the browser
#47I found it unusable due to out of memory errors with a billion row 8 column dataset. It needs manual tuning to avoid those errors and I couldn’t find the right incantation, nor should I need to - memory management is the job of the db, not me. Far too flakey for any production usage.
That sounds like a rather serious application. Did you file an issue?
Re: DuckDB 1.5.2 – SQL database that runs on laptop, server, in the browser
#48So is DuckDb a database or a cli tool to query all sorts of file format using SQL statements? I've used it as a CLI tool, somehow don't understand the comparison to a database, which stores your data reliably, besides responding to your SQL queries.
Re: DuckDB 1.5.2 – SQL database that runs on laptop, server, in the browser
#49Re: DuckDB 1.5.2 – SQL database that runs on laptop, server, in the browser
#50I use duckdb often too, but the way it is being hyped in these comments makes me feel like I'm missing out on some insane usecase. I basically use it to load csv, jsonl, parquet etc etc formats and do arbitrary transformations. Are people doing something else with it?