You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikolay Izhikov (Jira)" <ji...@apache.org> on 2019/10/01 03:09:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-9616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikolay Izhikov updated IGNITE-9616:
------------------------------------
    Labels: h2-limitation  (was: )

> 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
>            Priority: Major
>              Labels: h2-limitation
>
> 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.
> H2 issue: [#1433|https://github.com/h2database/h2database/issues/1433#issuecomment-421045128]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)