Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
After IGNITE-16102, Partition Storage based on RocksDB uses Arrays.hashCode to compute the hash of the storage key. However, binary representation relies on BinaryRow serialization, which already contains a precomputed hash code. It is proposed to add a keyHash method to the SearchRow interface, which will provide the hash code from the underlying BinaryRow to the storage.
Attachments
Issue Links
- is caused by
-
IGNITE-16102 Store all RocksDB partitions in a single column family.
- Resolved