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/14 13:59:00 UTC

[jira] [Created] (IGNITE-17683) Reduce RAFT command for distributed table to four

Vladislav Pyatkov created IGNITE-17683:
------------------------------------------

             Summary: Reduce RAFT command for distributed table to four
                 Key: IGNITE-17683
                 URL: https://issues.apache.org/jira/browse/IGNITE-17683
             Project: Ignite
          Issue Type: Improvement
            Reporter: Vladislav Pyatkov
            Assignee: Vladislav Pyatkov


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.



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