[jira] [Created] (IGNITE-9616) SQL: Introduce H2 factory for holder of aggregate result

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-9616) SQL: Introduce H2 factory for holder of aggregate result

Anton Vinogradov (Jira)
Taras Ledkov created IGNITE-9616:
------------------------------------

             Summary: SQL: Introduce H2 factory for holder of aggregate result
                 Key: IGNITE-9616
                 URL: https://issues.apache.org/jira/browse/IGNITE-9616
             Project: Ignite
          Issue Type: Improvement
          Components: sql
    Affects Versions: 2.6
            Reporter: Taras Ledkov


H2 collects aggregate results at the simple HashMap (groups set and values set).
This causes an OOME error on large groups set and large group size with {{DISTINCT}}.

We have to introduce way to use our own implementation of the aggregate result's container.




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)