Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
2023-8
Description
Currently DJS makes join in one thread, but we basically has an ability to do it in parallell.
1. Traverse partition tree once collecting pointers to partition.
2. Split them in groups (one group one thread).
3. Process each group in each thread, applying join.