New blog post as my HNSW #duckdb plugin hits v0.2 with support for quantisation (rabitq) and join+where pushdown and groupby+aggregations. cigrainger.com/blog/duckdb-...
🚀 Thrilled to announce that the GCS community extension I contributed to is now available for @duckdb.org 1.5 ! 📦
You can now access Google Cloud Storage files natively—no need for S3 interoperability.
Try it out ! ☁️🦆
#DuckDB #GCP
duckdb.org/community_ex...
Meme showing pixelated aliien with green skin and cybernetic facial implants with purple cape. Text is "ALL YOUR BASE ARE BELONG TO US"
We took over the #MariaDB query planner and turned it into a #Duckdb query planner.
github.com/eriksquires/...
We're not near bug-free but #HolyDuck passes the full TPC-H suite, and has made great performance improvements in mixed-engine joins. #duckdb 's optimizer takes over along with predicate push downs into InnoDB and temp table caching means performance absolutely does not suck. Quote me.
Valentina Release 17.2 Improves Valentina Studio Query Editor, upgraded support for #DuckDB , and #Ruby 4 API integration for Valentina Server. Download free version for Windows, Linux & macOS. bit.ly/4rTFf9c @hannes.muehleisen.org
#HolyDuck has reached a milestone. All 22 TPC-H queries run with the same results regardless of which storage engine holds which table, InnoDb or Duckdb. #duckdb. Perf benchmarks are coming.
#HolyDuck , the #DuckDB in #mariadb adapter, is running through TPC-H queries for functional correctness. It's not all fun and games. Maria rewrites CTEs aggressively when it doesn't have to. 😆
That DuckDB extension I was working on landed in community extensions today! I'm pretty excited about it -- prefiltered ACORN-1 HNSW approx nearest neighbours in #DuckDB. Even pgvector does postfiltering, for example.
INSTALL hnsw_acorn FROM community;
LOAD hnsw_acorn;
github.com/duckdb/commu...
#HolyDuck was accused of being an #AliSQL clone by someone at #MariaDB. Honestly got a pretty snide comment on Linkedin.
It isn't a clone. #DuckDB #RStats
github.com/eriksquires/...
Ever wanted to use HNSW with pre-filtering on #duckdb? I'm trying to make that possible. Approximate nearest neighbours with WHERE clauses, using ACORN. github.com/duckdb/commu...
#duckdb Announcing HolyDuck. A new revelation for MariaDB users longing for the speed of DuckDB.
github.com/eriksquires/...
Cute yellow rubber duck with jewel like black eyes, a halo, white wings and sparkles.
#duckdb Announcing HolyDuck. A new revelation for MariaDB users longing for the speed of DuckDB.
github.com/eriksquires/...
I'm one of 4 people on earth who would want this, but I am testing a pretty functional #duckdb plugin for MariaDB.
This is duckdb INSIDE MariaDB, peer to InnoDB or MyISAM and an alternative to ColumnStore engine... without all those nasty enterprise reliability features... 😆 #rstats
Because I'm insane.... well, I have a need, but does anyone really NEED a Siberian tiger cub.... I'm building a #duckdb back end for MariaDB. I have one very large table and just the right access patterns. Inserts over night, multiple readers during the day. #Rstats - This will probably fail. 🤣
¡Pruebas brutales con DuckDB! El MacBook Neo (el más barato de Apple) rivaliza con servidores en la nube hasta 4x más RAM en cargas de bases de datos pesadas. En cold runs, ¡hasta 2.8x más rápido que instancias cloud! Big Data en tu mochila 💻🚀 #MacBookNeo #DuckDB #AppleSilicon
So recent #DuckDB supports geometry, recent #Bento supports DuckDB, planets are aligning, to have the best no code tool ever!
warpstreamlabs.github.io/bento/docs/c...
Screenshot from `apt` command running and in standard upgrade step bringing in new duckdb (1.5.0), rstudio (nighly) and R (4.5.3) binaries. Two of these come off personal PPAs.
When one `apt` upgrade run gets you updated #duckdb (1.5.0), #rstudio (nighly) and #r-stats (4.5.3) binaries ...
One command to rule them all.
(First two packages served via informal PPAs I set up, last one is launchpad.net build of updated and uploaded package.)
analytics as code, everything inside github
#vscode #dbt #duckdb #apacheiceberg #wasm #claude djouallah.github.io/analytics-as...
🔔🦆 Hear ye! Hear ye!
A new #DuckDB, version 1.5 has been released!
Includes improvements to the command line executable, a new VARIANT type for storing semi-structured data in a column more efficiently than JSON, and incorporation of the GEOMETRY (GIS) type into DuckDB's core.
🔔🦆 Read all […]
Valentina Release 17.1 improves Studio #duckDB support for visual Forms , inheritable #reporting parameters and initial support for Ruby integration. New French localization. Get Studio database management for free. bit.ly/46UIMfU
@hannes.muehleisen.org
Another brilliant release of #DuckDB! Pager, PEG for search and insights by default. I need no other analytical tool now. 😅
The Native Lakehouse Is Here and Mimoune Djouallah is here to tell you all about it. - Iceberg REST Catalog is now supported across all major cloud providers — true vendor neutrality is real in 2026 - Lightweight engines like DuckDB and DataFusion can query across all of them with a single SQL interface - AI coding assistants are meaningfully accelerating lakehouse adoption and development Catch Mimoune Djouallah at DataEngBytes Brisbane on Friday, 20th of March 2026. Tickets only $175 AUD.
The Native Lakehouse Is Here and Mimoune Djouallah is here to tell you all about it.
Catch Mimoune Djouallah at DataEngBytes Brisbane on Friday, 20th of March 2026. Tickets only $175 AUD.
#lakehouse #iceberg #duckdb #datafusion
✍️ New blog post by Aki
Boosting Lightweight ETL on AWS Lambda & Glue Python Shell with DuckDB and Apache Arrow Dataset
#aws #duckdb #chdb #dataengineering
From the DSLC.io aRchives:
🔵 🟢 🟣 DuckDB in Action: DuckDB in the cloud with MotherDuck youtu.be/raU96oAaBhA
🔵 ISLR: Classification Part 2 youtu.be/QE9Rjw11y7g
Support the Data Science Learning Community at patreon.com/DSLC
#dataBS #DuckDB #JuliaLang #PyData #RStats
Building a Data Pipeline Using VSCode and Claude Out of Thin Air
#duckdb #onelake #vscode
datamonkeysite.com/2026/03/05/b...
#ridiculousbutcool
Embedding #RStats in #Duckdb via #TinyCC and Duckdb's C extensions API