[389-devel] Re: Slapi Entry duplication observation

2020-05-08 Thread Mark Reynolds
On 5/7/20 8:37 PM, William Brown wrote: It could be interesting to support snapshots of attribute trees here. We could do something with a concurrent b+tree within the entry where we have: attribute tree: pinned-initial-state: write-state: That way we only copy-on-write what we need into the

[389-devel] Re: Slapi Entry duplication observation

2020-05-07 Thread William Brown
It could be interesting to support snapshots of attribute trees here. We could do something with a concurrent b+tree within the entry where we have: attribute tree: pinned-initial-state: write-state: That way we only copy-on-write what we need into the write state, and we have an easy revert