| ▲ | A Preview of DuckDB v2.0(duckdb.org) |
| 120 points by ibotty 2 hours ago | 10 comments |
| |
|
| ▲ | jtbaker 17 minutes ago | parent | next [-] |
| DuckDB is one of the things I've been most excited about in a long time. Introduced it to projects at 3 companies since 2023, greatly lowering resource requirements and running it in a variety of environments. Just having the ability to do out of core bigger than memory data processing on lower end consumer grade hardware is remarkable. Thanks to the team for everything! |
| |
| ▲ | throwaw12 15 minutes ago | parent [-] | | Curious to learn more about how people are using it? Are they downloading parquet files and running analyses locally, or are they connecting to Iceberg-like data lake and leveraging DuckDBs query engine capabilities or have you exposed an interface (REST, UI) to query your data? | | |
| ▲ | arealaccount 5 minutes ago | parent [-] | | We use DuckDB WASM with parquet to build dashboards in-browser. It's cool to be able to write SQL directly in a browser and not have to rely on REST/Graphql/etc to access the data layer. |
|
|
|
| ▲ | srameshc 28 minutes ago | parent | prev | next [-] |
| I <3 DuckDB. It has become one of my go to tools for storing, data processing , integrations and now even graph. More importantly it's fun to use because it is so portable. Looking forward to v2. |
| |
| ▲ | fragebogen 26 minutes ago | parent [-] | | Ditto! Very happy with the upcoming async support! Now it'll be a nice little db for serving http traffic as well! |
|
|
| ▲ | c9cf35860db4 38 minutes ago | parent | prev | next [-] |
| The last year of DuckDB enhancements feel like the shift from in-process execution engine (which it is phenomenal at) to an engine that can serve as the foundation of a cloud data warehouse. I know the founders were reticent about not wanting to build that, but I have a feeling it is in the works. |
| |
| ▲ | ethagnawl 9 minutes ago | parent | next [-] | | > I have a feeling it is in the works I think you're right and there's no doubt they've now got the infrastructure to support it. IIRC, Hannes sort of hinted at it during his talk at this year's AI Council and they've made vague allusions to _something big_ being announced this fall and, as exciting as this announcement is, I don't think this release announcement is it. I wonder if it could involve bringing MotherDuck into the fold? I know it's OSS and DuckDB doesn't owe MD anything but (IMO) they've been a big part of DuckDB's success and undercutting them would probably result in a lot of ill will. | |
| ▲ | jbmsf 31 minutes ago | parent | prev [-] | | I've been using MotherDuck as a data warehouse for some time now. No regrets. |
|
|
| ▲ | est 25 minutes ago | parent | prev | next [-] |
| This is cool What about the runtime size? I care this because I intend to run a stripped WASM version of DuckDB in browser. |
|
| ▲ | markhalonen 29 minutes ago | parent | prev [-] |
| Was hoping to see procedural functionality like PL/pgSQL... regardless, an astonishing project overall. |