Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
IgniteSortedIndexSpool assumes that the underlying input is already sorted, but the execution node creates TreeMap to find the rows (see IndexSpoolNode#createTreeSpool). This TreeMap can be replaced with ArrayList and binary search with the same efficiency for searching and lower costs for inserting data.
Attachments
Issue Links
- is part of
-
IGNITE-12248 Apache Calcite based query execution engine
- Open
- links to