Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
There are currently the following classes in the PartitionStorage that act as data and search keys: SearchRow and DataRow. This makes the SortedIndexStorage interface hard to understand, because it stores SearchRows as values. It is proposed to rename these classes:
SearchRow -> PartitionKey
DataRow -> PartitionData
Attachments
Issue Links
- is part of
-
IGNITE-14925 Sorted indexes engine
- Resolved