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

[jira] [Updated] (IGNITE-16022) Thin 3.0: Optimize multi-row responses using guaranteed order

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

Pavel Tupitsyn updated IGNITE-16022:
------------------------------------
    Description: 
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.

  was:
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)
* *InsertAll* and *DeleteAll* can return a bit set to indicate which items were skipped.


> 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-alpha4
>
>
> 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)