index

Dabric stream branching and merging

2021-10-21


A Dabric stream can be branced by writing a separate transaction log that starts from a specific transaction in the source stream. Also entity id sequence is branced.

When the new stream is merged back to the source stream its transactions are applied one by one as if they were originally applied to the source stream. Entity id allocations are also made from the source streams entity id sequence and thus they may end up being different than in the branch. See how to maintain id sequences?


how to maintain id sequences?
should we have separate sequence for the children of each parent entity?
2021-10-16
random ids versus id sequence
describing UI in code vs data

This site is generated with zetgen