Christian Winter
chriswintr.bsky.social
Christian Winter
@chriswintr.bsky.social
Co-Founder @cedardb.com
Reposted by Christian Winter
Leaving academia is always a big step, especially if you bring your research project with you into the real world.

Read our latest post to learn what we did to prepare a research project for production workloads and what we learned along the way: cedardb.com/blog/researc...
What It Takes to Get a Research Project Ready for Production
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...
cedardb.com
July 24, 2025 at 3:43 PM
Incredibly proud to finally share CedarDB with the world!
May 14, 2025 at 4:36 PM
Reposted by Christian Winter
CedarDB Community Edition is here!

Download CedarDB Community Edition today - no paywall, no signup, just pure performance.

Read more about our CedarDB on our blog: cedardb.com/blog/launch/
Announcing the CedarDB Community Edition
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...
cedardb.com
May 14, 2025 at 4:07 PM
Reposted by Christian Winter
Many database systems claim to be compatible with PostgreSQL. But what does that really mean?

Find out in our latest blog post and learn more about what it takes to become PostgreSQL compatible.

cedardb.com/blog/postgre...
What It Takes to Be PostgreSQL Compatible
Many systems and tools, including CedarDB, claim to be “PostgreSQL compatible”, but what does that actually mean? In this article, we explain why PostgresSQL compatibility has several layers, what is ...
cedardb.com
April 24, 2025 at 9:23 PM
Reposted by Christian Winter
You don’t need an army of C++ devs to hand-optimize every query. We let the code write the code.
Read our latest blog post to see how we mix runtime flexibility with almost magical performance!

cedardb.com/blog/compila...
Fast Compilation or Fast Execution: Just Have Both!
Learn the basics of code generation, which is one of the secrets behind CedarDB's performance. CedarDB creates custom machine code for every query. This keeps data in CPU registers as long as possib...
cedardb.com
April 2, 2025 at 3:51 PM
Reposted by Christian Winter
B-trees may be decades old, but we still use them extensively in CedarDB.

Read our latest blog post to learn how to scale B-tree operations to hundreds of cores.

cedardb.com/blog/optimis...
To B or not to B: B-Trees with Optimistic Lock Coupling
B-Trees stand the test of time. In this article, we explore why we still use a 55 year old data structure: It is still super efficient on modern hardware when we use contention free optimistic lock co...
cedardb.com
March 6, 2025 at 6:03 PM
Reposted by Christian Winter
"Helping Christmas Elves Count Presents" 🎁🎅 is the title of our last blog post of the year.

Read how to implement vectorized overflow checking here: cedardb.com/blog/vectori...
Helping Christmas Elves Count Presents (or: Vectorized Overflow Checking)
In a previous post, we explained the importance of overflow checks when summing numbers, and mentioned that the usual approaches are not easily vectorized. Read here how to get 4x the performance when...
cedardb.com
December 24, 2024 at 4:43 PM
I've always thought it was a shame that in-memory systems haven't caught the attention of a wider user base. They are, without a doubt, an incredible piece of technology!

I've explored the reasons for their lack of adoption in our latest post, as well as what they've done right, so have a read!
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...
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 ...
cedardb.com
December 3, 2024 at 4:50 PM
Reposted by Christian Winter
Have you ever wondered why you see the last entry again when switching to the second page of a website? 👬 📖

The culprit is "offset"! Read why in our blog post and find out what to use instead. 🌲

cedardb.com/blog/paginat...
Offset Considered Harmful or: The Surprising Complexity of Pagination in SQL
Have you ever wondered why you sometimes see duplicate results when clicking on the second page of a website? In this blog post, we explore techniques for result pagination, how they impact the work n...
cedardb.com
November 19, 2024 at 4:35 PM