Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
22.08.7, 23.02.1
Description
WFS is a separate step that also sorts result set replacing ORDER BY facility completely. After MCOL-3758 is done this doesn't make sense b/c sorting in WFS:
- single-threaded
- overlaps with sorting in TNS thus adds extra complexity introducing changes to sorting
There are two parts that must removed from these WFS methods to disable sorting in WFS:
- WindowFunctionStep::initialize()
- WindowFunctionStep::doPostProcessForSelect() runs a variant of merge sort routine
Attachments
Issue Links
- is caused by
-
MCOL-5187 OOM happening when querying large datasets and using distinct
- Closed