[
https://issues.apache.org/jira/browse/IGNITE-16022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Valentin Kulichenko updated IGNITE-16022:
-----------------------------------------
Fix Version/s: 3.0.0-alpha5
(was: 3.0.0-alpha4)
> Thin 3.0: Optimize multi-row responses using guaranteed order
> -------------------------------------------------------------
>
> Key: IGNITE-16022
> URL: https://issues.apache.org/jira/browse/IGNITE-16022
> Project: Ignite
> Issue Type: Improvement
> Components: thin client
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-alpha5
>
>
> IGNITE-16004 introduces guaranteed row order for multi-row operations, like
> *GetAll*, *InsertAll*, *DeleteAll*. We can leverage this fact to optimize the
> thin client protocol:
> * *GetAll* can return values without keys (keys are known on the client), and
> without size (it is the same as input collection size)
> * *InsertAll* and *DeleteAll* can return a bit set to indicate which items
> were skipped.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)