Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Invalid
-
2.0.0-M16
-
None
-
None
Description
Currently, when an entry is being modified and replicated, the receiving replica will simply delete the existing entry and re-create it, updating all the indexes in the process.
We can compute the attribute being updated and apply the modification o the impacted indexes, leaving the other ones unchanged.
That would save a lot of CPU and disk access.