Talks
The conference is on Nov 12, 2025. The venue is The Lodge at The Regency Ballroom located at 1290 Sutter St, San Francisco, CA.
- Check in and coffee
- Welcome James Arthur
- Teaching models to collaborate Lee Byron
- Synchronizing data across computation Frank McSherry
- Conflict resolution x Notion blocks Angelique Nehmzow
- Break
- Why physical replication still matters Carl Sverre
- CRDTs solved conflicts, not sync Adam Fish
- Can sync be network-optional? Brendan O'Brien
- How to design a sync-first database James Cowling
- Lunch
- A tale of two sync engines Arushi Bandi
- Always be pair programming swyx
- SQLite persistence on the web Conrad Hofmeyr
- sync(sync) Aaron Boodman, Johannes Schickling, James Cowling, Kyle Mathews
- Break
- Oops, my sync engine has become a database Anselm Eickhoff
- Your data, your rules & the way to share them Irakli Gozalishvili, Chris Joel
- Building AI agentic apps in 2025 Sunil Pai
- Local-first software: pragmatism vs idealism Adam Wiggins
- Post-event mingling
Why physical replication still matters
Nov 12 11:15 - 11:40
The offline-first technology landscape is dominated by CRDTs and logical replication. These technologies offer flexibility via techniques like fine-grained conflict resolution, schema evolution, and storage portability. So it's no surprise that physical replication has been left in the dust, forever destined to just be that thing databases do... or is it?
In this talk, I'll present my research on using physical replication to enable offline-first applications. I'll share some of the key benefits offered by physical replication, and how to work around some of its downsides. Finally, if the demo gods are willing, I'll showcase some things you can do with physical replication which are much harder to do with a logical solution.
