Skip to content

多副本情况下,是否考虑仿照vm多副本写入的最终一致性,而不是强一致性 #927

@OneMagicCube

Description

@OneMagicCube

Is your feature request related to a problem? Please describe.(如果该特性或者功能和已知某个问题相关,请描述问题是什么)

查看代码,当前opengemini的多副本写入是等待master写入成功后,同步等待从节点写入成功后才返回,也就是强一致性,数据要么多副本写入成功,要么都不成功
而victoriametrics多副本写入性能强,在于其强调最终一致性,数据写入头节点后就返回成功写入状态,异步写入从节点

是否考虑改用vm的多副本写入方式呢?

Describe the solution you'd like(问题的解决办法是什么)

是否考虑改用vm的多副本写入方式呢?

Describe alternatives you've considered(描述您考虑过的替代方案)

No response

Additional context(其他补充内容)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions