Open gkorland opened 3 years ago
@AviAvni @OfirMos once the undo-log
is done, we can simply send it over to the replica and apply the inverse of each operation:
e.g.
MATCH ()-[e]->() DELETE (e)
will add CREATE e
to the undo-log
the inverse should be DELETE e
Replication should replicate effect and not the command