We need Multi-Threaded GROUP BY in script, especially Sum() - which is basic to implement with multi-threading.
We have many Customers with millions of rows. They have to have some aggregations in dedicated, small and quick apps. They have fast cpus with many cores, for example 48 physical cores. But GROUP BY in script is single-threaded...
What takes seconds in visualization, it takes hours in script!
Please, let's do it! Finally.