分布式图DB:性能度量

发布于 2025-02-11 23:21:02 字数 423 浏览 2 评论 0原文

我希望将DB更改为图数据库。我正在寻找一种通过性能检查引擎的好方法。

我要寻找的是:

我将拥有一个少量查询和一个大型数据库,所以我更喜欢更快的发动机而不是发动机一个引擎,让我提出很多疑问。

  • 能够通过节点或边缘的多个属性进行搜索。
  • 能够搜索文本。

以及如何衡量它们之间的性能差异?

我如何做到这一点:

  • 设置查询列表并在相同的数据上进行测试。
  • 检查每个查询所花费的时间并根据我的需求计算。

但是,我认为下载数据库引擎,插入数据,构成查询等将是非常时间的消费。

有人对检查它有更好的想法吗?

I wish to change DB to a graph database. I am looking for a good way to examine engines by performance.

What I’m looking for:

I will have a small number of queries and a large database, so I will prefer a faster engine rather than an engine that let me throw a lot of queries.

  • Ability to search by multiple properties of a Node or an Edge.
  • Ability to search text.

And also how can I measure performance differences between them?

How I thoght to do it:

  • to set a list of queries and test it on the same data.
  • Check the time each query took and calculate by my needs.

but, I think it will be very time-consumption to download the DB engine, insert the data, compose the queries, etc.

Does anyone has a better idea for checking it?

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

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

发布评论

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

评论(2

浅笑轻吟梦一曲 2025-02-18 23:21:02

有一个 a arangodb 与某些不同类型的数据库的性能测试。测试来自几年前,因此它们已经过时了,但是如果满足您的需求,它可能会给您一个线索。

There's a performance test here for ArangoDB vs some different types of databases. The tests are from a few years back so they are a bit outdated but it might give you a clue if it meets your needs.

违心° 2025-02-18 23:21:02

考虑使用基准测试工具(例如LDBC(链接数据基准委员会))进行图形数据库引擎的标准化性能评估。 LDBC基准提供了现实的工作负载和查询,与手动设置相比节省了时间。

Consider using benchmarking tools like LDBC (Linked Data Benchmark Council) for standardized performance evaluation of graph database engines. LDBC benchmarks provide realistic workloads and queries, saving time compared to manual setup.

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