You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladislav Pyatkov (Jira)" <ji...@apache.org> on 2022/09/15 15:07:00 UTC

[jira] [Updated] (IGNITE-17683) Reduce RAFT command for distributed table to two

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

Vladislav Pyatkov updated IGNITE-17683:
---------------------------------------
    Description: 
New storage API (introduced in IGNITE-17076) allows reducing RAFT command to:
 * update
 * updateAll

All row id will be generated by _PartitionReplicaListener_ and passed to RAFT. In this case, _PartitonListener_ just use one API method _addWrite_ to update or insert a row.
 

  was:
New storage API (introduced in IGNITE-17076) allows reducing RAFT command to:
 * update
 * updateAll
 * delete
 * deleteAll

All row id will be generated by _PartitionReplicaListener_ and passed to RAFT. In this case, _PartitonListener_ just use one API method _addWrite_ to update or insert a row.


> Reduce RAFT command for distributed table to two
> ------------------------------------------------
>
>                 Key: IGNITE-17683
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17683
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Vladislav Pyatkov
>            Assignee: Vladislav Pyatkov
>            Priority: Major
>              Labels: ignite-3
>
> New storage API (introduced in IGNITE-17076) allows reducing RAFT command to:
>  * update
>  * updateAll
> All row id will be generated by _PartitionReplicaListener_ and passed to RAFT. In this case, _PartitonListener_ just use one API method _addWrite_ to update or insert a row.
>  



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