Dotted Version Vectors
Let's learn what dotted version vectors are and how they provide scaling of version vectors.
We'll cover the following...
Dotted version vectors is a technique that makes it possible to successfully identify concurrent versions, and allows the version vectors to scale with the number of servers.
The following characteristic of this technique allows it to achieve this.
Characteristic that makes it possible to scale version vectors
Each entry in the vector is not a single number anymore, but a pair of numbers. This can encode a sequence of numbers that are not fully sequential but contain one gap.
The pair represents all the numbers from to ...
Ask