You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (Jira)" <ji...@apache.org> on 2020/12/24 15:22:00 UTC

[jira] [Updated] (IGNITE-13904) Don't use rows buffers by redce index for simple one-way reducer

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

Taras Ledkov updated IGNITE-13904:
----------------------------------
    Description: 
Now the reducer's index buffer {{AbstractReducer#fetched}} is used even for simple plain query. It is the cause of increased memory usage for plain query.

*Proposed fix:*
- don't use index buffer for simple reducer (for plain query).


  was:
Now the reducer's index buffer {{AbstractReducer#fetched}} is used even for simple plain query. It is the cause of increased memory usage for plain query.

Proposed fix:
- don't use index buffer for simple reducer (for plain query).



> Don't use rows buffers by redce index for simple one-way reducer
> ----------------------------------------------------------------
>
>                 Key: IGNITE-13904
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13904
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.9
>            Reporter: Taras Ledkov
>            Assignee: Taras Ledkov
>            Priority: Major
>             Fix For: 2.10
>
>
> Now the reducer's index buffer {{AbstractReducer#fetched}} is used even for simple plain query. It is the cause of increased memory usage for plain query.
> *Proposed fix:*
> - don't use index buffer for simple reducer (for plain query).



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