Drop KeyIndexType.SEQUENTIAL_INCREMENTING_LONGS support #14309
Labels
Platform Data Structures
Platform Virtual Map
Platform
Tickets pertaining to the platform
Tech Debt Reduced
Issues which reduce technical debt.
Milestone
MerkleDb supports two key modes: long keys and generic keys. The corresponding values are captured in the
KeyIndexType
enum. Long mode provides significant performance boost, but unfortunately its use cases are very limited. Today this mode is only used in tests and benchmarks, while all Hedera virtual maps use the generic mode.Here is a related comment in
OnDiskKeySerializer
:This ticket is to drop the long key mode support and leave the generic mode only.
The text was updated successfully, but these errors were encountered: