Skip to content

Synchronous replication? #868

@Sleepful

Description

@Sleepful

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions