/plushcap/analysis/neon/neon-what-you-get-when-you-think-of-postgres-storage-as-a-transaction-journal

What you get when you think of Postgres storage as a transaction journal

What's this blog post about?

Neon is an innovative relational database that reimagines Postgres storage as a transaction journal, prioritizing the development workflow over mere data storage. By conceptualizing the database storage as an event timeline rather than a static entity, Neon enables developers to modify their data more agilely and safely. The core building block of this approach is Postgres WAL (Write-Ahead Log), which logs all transactions and database modifications before applying them to the primary data files. This allows Neon to add new features to Postgres that improve the development experience, such as database branching with data and schema, instant PITR, ephemeral read replicas, and time travel queries.

Company
Neon

Date published
May 1, 2024

Author(s)
Stas Kelvich

Word count
1841

Hacker News points
None found.

Language
English


By Matt Makai. 2021-2024.