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

Alexey Scherbakov updated IGNITE-25598:
---------------------------------------
    Description: 
Currently methods on Record(Binary)View like;
{code:java}
getAll, insertAll, deleteAll, deleteExactAll{code}
provide the following guarantie:
*The order of collection elements is guaranteed to be the same as the order of 
\{@code recs}.*
This makes sense only for getAll and should be removed from other methods, 
allowing more efficient execution.

 

  was:
Currently methods on RecordView like;
{code:java}
getAll, insertAll, deleteAll, deleteExactAll{code}
provide the following guarantie:
*The order of collection elements is guaranteed to be the same as the order of 
\{@code recs}.*
This makes sense only for getAll and should be removed from other methods, 
allowing more efficient execution.

 


> Relax returned collections ordering guaranties on record(Binary)View
> --------------------------------------------------------------------
>
>                 Key: IGNITE-25598
>                 URL: https://issues.apache.org/jira/browse/IGNITE-25598
>             Project: Ignite
>          Issue Type: Improvement
>          Components: tables ai3
>    Affects Versions: 3.0
>            Reporter: Alexey Scherbakov
>            Assignee: Alexey Scherbakov
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.1
>
>
> Currently methods on Record(Binary)View like;
> {code:java}
> getAll, insertAll, deleteAll, deleteExactAll{code}
> provide the following guarantie:
> *The order of collection elements is guaranteed to be the same as the order 
> of \{@code recs}.*
> This makes sense only for getAll and should be removed from other methods, 
> allowing more efficient execution.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to