-
Notifications
You must be signed in to change notification settings - Fork 0
External sort for ORDER BY in streaming mode #94
Copy link
Copy link
Open
Labels
priority:lowNice to have, do when possibleNice to have, do when possiblesize:mMedium — 4 to 8 hoursMedium — 4 to 8 hoursstaleInactive issue — review in next refinementInactive issue — review in next refinementstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:featureNew functionalityNew functionality
Metadata
Metadata
Assignees
Labels
priority:lowNice to have, do when possibleNice to have, do when possiblesize:mMedium — 4 to 8 hoursMedium — 4 to 8 hoursstaleInactive issue — review in next refinementInactive issue — review in next refinementstatus:readyRefined and ready for sprint selectionRefined and ready for sprint selectiontype:featureNew functionalityNew functionality
Part of #69
Depends on #91 (disk-backed storage), #93 (streaming query validation)
Description
Implement external merge sort to support large
ORDER BYoperations in streaming mode without loading the full sorted dataset into memory.Acceptance Criteria
ORDER BYqueries in--streammode produce correctly sorted output for datasets larger than available memory--memory-limitfor merge buffer size)Notes