什么是可以水平扩展、处理大量数据、低延迟查询的图数据库?

发布于 2024-09-05 00:22:47 字数 1539 浏览 6 评论 0原文

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

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

发布评论

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

评论(2

×眷恋的温暖 2024-09-12 00:22:47

现在已经是 2013 年了,这个问题仍然出现在查询中,所以对于任何遇到这个问题的人来说,这里有两个选择:

Titan:“Titan 是一个高度可扩展的图形数据库,针对存储和查询包含分布在多机集群中的数十亿个顶点和边的大规模图形进行了优化。Titan 是一个事务数据库,可以支持数千个并发用户。”

GraphLab:“GraphLab 是一个用 C++ 编写的基于图的高性能分布式计算框架。GraphLab 可扩展到图GraphLab 可以轻松处理数十亿个顶点和边,其执行速度比竞争系统快几个数量级,它将机器学习算法、异步分布式图计算、优先级调度和图放置方面的进步与优化的低级系统设计和高效的数据结构相结合,以实现无与伦比的性能。在具有挑战性的机器学习任务中的性能和可扩展性。”

It's 2013 now and this question still shows up in queries, so here are two options for anyone that stumbles by:

Titan: "Titan is a highly scalable graph database optimized for storing and querying massive-scale graphs containing billions of vertices and edges distributed across a multi-machine cluster. Titan is a transactional database that can support thousands of concurrent users."

GraphLab: "GraphLab is a graph-based, high performance, distributed computation framework written in C++. GraphLab scales to graphs with billions of vertices and edges easily, performing orders of magnitude faster than competing systems. GraphLab combines advances in machine learning algorithms, asynchronous distributed graph computation, prioritized scheduling, and graph placement with optimized low-level system design and efficient data-structures to achieve unmatched performance and scalability in challenging machine learning tasks."

深海夜未眠 2024-09-12 00:22:47

现在是 2019 年。我来自 Nebula Graph

  • Nebula Graph 的数据分片到多台服务器上,通过[RAFT 协议2 实现数据一致性。因此它可以水平扩展(并处理大量数据——数万亿个顶点和边)
  • 它是由 C++ 编写的(主要)用于 OLTP 请求(毫秒级延迟)

It's 2019. And I'm from Nebula Graph.

  • Nebula Graph's data are sharding into multiple servers and the data consistency is implemented by [RAFT protocol2. So it can scale-out horizontally (and handle large volumes of data -- trillions of vertices and edges)
  • It's written by C++ (mainly) for OLTP requests (milliseconds of latency)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文