questdb / roadmap

QuestDB Public Roadmap
6 stars 0 forks source link

Improved multi-threaded GROUP BY execution #57

Open puzpuzpuz opened 6 months ago

puzpuzpuz commented 6 months ago

Currently, GROUP BY queries run in parallel only in a few cases:

We're going extend the cases where we go with multi-threaded GROUP BY execution and, as a next step, will make SAMPLE BY run parallel.