Skip to content

Improve replication protocol adding events #2121

@lvca

Description

@lvca

The issue with multi-server events is our RAFT replication protocol: only modified pages are exchanged between servers. So if you update the record #10:100 on server A, its page will be sent to the other servers, but not the actual event "modified record 10:100". This is something we should add to the replication protocol.

Originally posted by @lvca in #149 (reply in thread)

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