Beyond Embedded: How DuckDB v2.0 Shifts Architecture Toward Distributed Network Capabilities
DuckDB Labs has previewed DuckDB v2.0, codenamed "Cyanoptera." This release includes over 10000 commits and introduces a client/server mode, enablin…
Tech news from the best sources
DuckDB Labs has previewed DuckDB v2.0, codenamed "Cyanoptera." This release includes over 10000 commits and introduces a client/server mode, enablin…
Добавил DuckDB в sqlize.online и загрузил реальный датасет NYC Yellow Taxi — миллионы строк прямо в песочнице. Рассказываю, как всё работает, почему…
Три независимые попытки сделать для PostgreSQL быстрый точный десятичный тип расширением заглохли. Но не потому, что не получилось ускорить арифмети…
Когда вышел DuckDB 1.0, я написал статью Всё что нужно знать про DuckDB . Теперь вышел DuckLake v1.0 — LakeHouse-формат из той же экосистемы. Это от…
This is the architecture of Shibui Finance , an MCP server that gives Claude direct SQL access to 64 years of US stock market data. About 10,000 sym…
The Data Engineering Holy Grail: Running intensive analytical queries without starving your operational transactional database connections on the sa…
A few things I noticed. None of them alarming on their own. Our database doubles in size every year. Not "grows a lot" — doubles . Of its 180 GB, fi…
Introduction In the evolving landscape of data engineering, DuckLake is emerging as a powerful solution for building data lakes with ACID transactio…
DuckDB has recently announced Quack, a new remote protocol over HTTP that lets multiple DuckDB instances connect to and work with the same database…
We have all seen SQL pushed past its comfort zone to build things like 3D renderers or cellular automata. Naturally, I wondered about a classic comp…
The problem Backlink data is a $1.5B/year SaaS category. Ahrefs is $129/month, SEMrush is $140/month, Moz is $99/month. As an indie I needed competi…
HTAP — одна из главных тем в мире СУБД. Вокруг PostgreSQL массово появляются конструкции с внешними аналитическими движками со с…
At the beginning of 2025, DeepSeek changed the conversation around AI infrastructure. Most people focused on the model quality, the training cost, a…
Introduction - SQL without a Server Pandas is widely used for data analysis and almost every data analyst or even data engineers utilize it for fast…
Can an AI agent handle a 10M-row dataset in sub-2 seconds? By leveraging DuckDB and a columnar vectorized execution engine, I built a conversational…
News for DuckDB users! Valentina Studio 17.3 now fully supports the new DuckDB VARIANT type on all three desktop platforms — Windows, macOS and Linu…
We were burning $42,000 a month on managed PostgreSQL 17 instances to power our analytics dashboards, with p99 query latency hitting 11 seconds for…
The Conventional Wisdom Open any data-engineering thread in 2026 and you'll see the same chorus: "DuckDB is the SQLite of analytics, just use it." M…
DuckDB Labs recently released DuckLake 1.0, a data lake format that stores table metadata in a SQL database rather than across many files in object…