arcadedb icon indicating copy to clipboard operation
arcadedb copied to clipboard

Improve replication protocol adding events

Open lvca opened this issue 8 months ago • 0 comments

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 https://github.com/ArcadeData/arcadedb/discussions/149#discussioncomment-12700765

lvca avatar Apr 02 '25 13:04 lvca