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
sstable: introduce Attributes bitset field for Reader
This commit introduces the bitset type `Attributes` to track which features are
in use in an sstable. The field is derived from the sstable properties on Reader
creation.
Initially, we include the following attributes:
- AttributeValueBlocks
- AttributeRangeKeySets
- AttributeRangeKeyUnsets
- AttributeRangeKeyDels
- AttributeRangeDels
- AttributeBlobValues
Closes: #4557
0 commit comments