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
In the current implementation the key migration unpacks packed leafs as we need to modify the KeyInfo of entries. This is unnecessary deserialization, cache & serialization overhead, rather we should modify the packed leaf in place using the binary search for keys and write the leafs out as is. Here we need to take care that parents of this leaf do receive the updated position.
The text was updated successfully, but these errors were encountered:
In the current implementation the key migration unpacks packed leafs as we need to modify the
KeyInfo
of entries. This is unnecessary deserialization, cache & serialization overhead, rather we should modify the packed leaf in place using the binary search for keys and write the leafs out as is. Here we need to take care that parents of this leaf do receive the updated position.The text was updated successfully, but these errors were encountered: