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

[jira] [Updated] (IGNITE-16183) Multi-raft support

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

Vyacheslav Koptilin updated IGNITE-16183:
-----------------------------------------
    Description: 
Currently, the dedicated raft group is created for every partition. This approach leads to creating a huge number of raft groups which is expensive.
It seems that multiraft can be a good improvement here. The details can be found here https://tikv.org/deep-dive/scalability/multi-raft/


  was:
Currently, the dedicated raft group is created for every partition. This approach leads to creating a huge number of raft groups which is expensive.
It seems that that multiraft can be a good improvement here. The details can be found here https://tikv.org/deep-dive/scalability/multi-raft/



> Multi-raft support
> ------------------
>
>                 Key: IGNITE-16183
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16183
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Vyacheslav Koptilin
>            Assignee: Alexey Scherbakov
>            Priority: Major
>              Labels: ignite-3
>
> Currently, the dedicated raft group is created for every partition. This approach leads to creating a huge number of raft groups which is expensive.
> It seems that multiraft can be a good improvement here. The details can be found here https://tikv.org/deep-dive/scalability/multi-raft/



--
This message was sent by Atlassian Jira
(v8.20.7#820007)