← All tags

#real-time

1 post

Write to Postgres Before You Publish the Event

The order in which you commit a row and publish a real-time event determines whether your UI and your database can ever disagree. Always write first.

#postgres #real-time #distributed-systems