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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17605850#comment-17605850 ] 

Alexander Lapin commented on IGNITE-17683:
------------------------------------------

[~v.pyatkov] LGTM

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