Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
Docs Required, Release Notes Required
Description
We have to decide what are data structures is used for PK and table scan.
Possible cases:
- table partitions sorted by plain bytes/hash (in fact: unsorted);
- table partitions sorted by PK columns;
- PK sorted index (one store for all partitions on the node).
All cases have pros and cons. The choice should be based on benchmarks.
Attachments
Attachments
Issue Links
- is blocked by
-
IGNITE-14935 Introduce Index Manager
- Resolved
- is part of
-
IGNITE-14925 Sorted indexes engine
- Resolved