Support keepOrder for memIndexMerge
#45387
Labels
type/enhancement
The issue or PR belongs to an enhancement.
memIndexMerge
#45387
Enhancement
Now, we supported
keepOrder
formemIndexReader
,memTableReader
andmemIndexLookUp
, we can also support the keepOrder formemIndexMerge
.MemIndexMerge
gets handles from different indexes, it couldn'tkeepOrder
in scan phase. We could sorted it before return , like in L915 with sort.tidb/executor/mem_reader.go
Lines 915 to 916 in 5027679
The text was updated successfully, but these errors were encountered: