-
Notifications
You must be signed in to change notification settings - Fork 326
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I know synchronous backups for all writes could potentially block the database too much.
However, it would be ideal if I could configure synchronous replication for a specific table.
There's always that "ledger" table in most systems that cannot afford to lose the last 5 seconds of writes if the system goes down.
Right now the only "workaround" is using a separate HTTP API database for these tables, which fragments the tech stack further.
Let me know if there's something I'm missing to fix this kind of durability problem. However, CMIAW, tools like pgBarman for Postgres support synchronous backup.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request