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
Convert the B-Tree used for organizing and reference counting TableMetadata
into a generic collection. This is in preparation for storing blob file
metadata in a B-Tree for copy-on-write reference counting. The iterator type is
left specialized to *TableMetadata because we will not need arbitrary iteration
over the blob file B-Tree.
We can consider eventually using an alternative B-Tree implementation, like the
one in the btreemap package, but we would need to introduce support for
copy-on-write reference counting. The existing table metadata B-Tree
implementation supports the reference counting semantics we need.
0 commit comments