Efficient String Compression for Modern Database Systems
CedarDB is a database system that delivers unmatched performance for transactions and analytics, from small writes to handling billions of rows. Built on cutting-edge research to power today’s tools a...
Strings are everywhere; and often the most filtered columns in analytics.
So compression isn't just about saving space, it's also about query speed.
CedarDB now uses FSST to reduce string storage while keeping queries fast with the help of a dictionary.
🔗 cedardb.com/blog/string_...
29.01.2026 17:23
👍 1
🔁 0
💬 0
📌 0
Stop Nesting Database Systems
CedarDB is a database system that delivers unmatched performance for transactions and analytics, from small writes to handling billions of rows. Built on cutting-edge research to power today’s tools a...
Stop nesting database systems just to paper over analytics pain. pg_duckdb and pg_clickhouse look tidy, but they rarely fix the real bottlenecks.
We explain why, and what we had to build to get HTAP right end‑to‑end in our latest blog post: cedardb.com/blog/unnest_...
18.12.2025 17:26
👍 2
🔁 1
💬 0
📌 0
CedarDB Takes to the Slopes!
CedarDB is a database system that delivers unmatched performance for transactions and analytics, from small writes to handling billions of rows. Built on cutting-edge research to power today’s tools a...
As we prepare for AWS Re:Invent, we wrote about a recent PoC in "CedarDB Tames the Slopes." The steady line on the graph might evoke images of the long, straight drive to Vegas on I-15. Enjoy our post and looking forward to seeing you in Vegas next week!
cedardb.com/blog/takes_t...
26.11.2025 17:30
👍 1
🔁 0
💬 0
📌 0
What if a database could be your game engine?
During parental leave @lukasvogel.bsky.social
built DOOMQL: A multiplayer DOOM-like where everything (rendering, game loop, state) runs in pure SQL on CedarDB.
It's fast, ridiculous, and surprisingly elegant.
Full write-up: cedardb.com/blog/doomql
09.09.2025 15:17
👍 16
🔁 5
💬 1
📌 1
CockroachDB and CedarDB: Better Together
CedarDB is a database system that delivers unmatched performance for transactions and analytics, from small writes to handling billions of rows. Built on cutting-edge research to power today’s tools a...
Ever wished your analytics could keep up with reality instead of lagging behind?
We wrote about connecting #CockroachDB change data capture (CDC) with #CedarDB, and what that means for running lightning-fast analytical queries on live data.
cedardb.com/blog/crdb_cd...
26.08.2025 17:00
👍 1
🔁 0
💬 0
📌 0
Congratulations to SortMergeJoins from TU Munich - winners of the 2025 SIGMOD Programming Contest! Built by the Umbra research group (CedarDB’s roots), their system ran 12× faster than median - entirely open-source and no sort-merge-joins to be found 😉: github.com/umbra-db/con...
09.07.2025 12:17
👍 2
🔁 1
💬 0
📌 0
The History of the Decline and Fall of In-Memory Database Systems
A decade ago, there was a sudden surge of high-performance in-memory systems dominating the world of interactive analytics. Today, almost everyone has gone back to using persistent storage. Does this ...
In-memory database systems were a game changer when they first came out in the early 2010s. But it looks like everyone moved back to persistent storage.
We explore the history of in-memory database systems, studying their mistakes and celebrating their achievements.
cedardb.com/blog/in_memo...
03.12.2024 16:39
👍 10
🔁 1
💬 1
📌 1