You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One obstacle might be the 'annotations' we cache on btree nodes. Our existing implementation was copied (and pruned) from an implementation within Cockroach, and I don't know the history there.
Investigate if we can just use https://github.com/google/btree instead of our own implementation. It supports lazy cloning.
Jira issue: PEBBLE-360
The text was updated successfully, but these errors were encountered: