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

[jira] [Updated] (IGNITE-14487) Table view bulk methods refactoring

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

Andrey Mashenkov updated IGNITE-14487:
--------------------------------------
    Description: 
1. Table view implementations use streams that may have performance impact. 
2. Bulk operations use Set/Map internally. Lets' rewrite them to List (depends on IGNITE-15400)
3. getAll() method contract must either return Map or use List. Now, the result looks inconsistent with the argument as they both are Collections.

  was:
1. Table view implementations use streams that may have performance impact. 
2. Bulk operations use Set/Map internally. Lets' rewrite them to List (depends on IGNITE-15400)


> Table view bulk methods refactoring
> -----------------------------------
>
>                 Key: IGNITE-14487
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14487
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Andrey Mashenkov
>            Priority: Major
>              Labels: iep-54, ignite-3
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> 1. Table view implementations use streams that may have performance impact. 
> 2. Bulk operations use Set/Map internally. Lets' rewrite them to List (depends on IGNITE-15400)
> 3. getAll() method contract must either return Map or use List. Now, the result looks inconsistent with the argument as they both are Collections.



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