Relix 3 is all about fixing the "current values issue" by replacing the values hashes with a simple list of "participating keys".
Goals
- Reduce memory consumption
- Reduce code complexity
- Using more granular watches to improve parallelism
- Greatly simplify de-indexing and index obsolescence
- Allow active anti-entropy processes to be run
Relix 3 is all about fixing the "current values issue" by replacing the values hashes with a simple list of "participating keys".
Goals