Memgraph是否具有复制及其工作方式?

发布于 2025-01-28 15:05:31 字数 78 浏览 6 评论 0原文

我正在检查Memgraph文档,并想知道Memgraph是否具有复制,为什么该功能甚至有用?是为了高可用性吗?它是否允许查询并行?还有其他吗?

I was checking Memgraph docs and wondering whether Memgraph has replication and why is that feature even useful? Is it for high availability? Does it allow queries to be parallelized? Something else?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

稳稳的幸福 2025-02-04 15:05:31

在memgraph中,每个读取查询都是在其自己的线程中执行的,因此您可以从与您的内核数量方面同时运行查询获得奖励。

该数据在Memgraph中总共复制,并带有2个复制品。因此,发动机实际上可以查询其中一台机器。 MEMGRAPH尚未分发,即它不会将数据片碎,而是在所有副本中保留相同的数据。但是,当前正在进行分布式备忘录。

In Memgraph, every read query is executed in its own thread, so you get the bonus from running queries in parallel with the respect to your number of cores.

The data is replicated in whole in Memgraph, with 2 replicas. So the engine can actually query either one of those machines. Memgraph is not yet distributed, i.e. it doesn’t shard the data, but keeps the same data in all the replicas. However, distributed Memgraph is currently in the works.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文