在哪里可以找到 Titan 图数据库或其后继 Janusgraph 的性能报告?

Where can I find performance report of Titan graph database, or its successor Janusgraph?

我正在做泰坦图数据库的调查,现在我想知道它的性能。

理想情况下,我想要一份报告,说明几个不同查询的时间消耗,以及底层图形的边数和顶点数的不同设置。此外,还需要并发场景下的类似报告。

有没有人做过这样的性能测试?我想 Titan 的开发人员可能会,但我什么也没搜索。我在哪里可以获得这样的性能报告?或者我应该向谁寻求帮助?

以下是 titan 官方文档中的一些内容

Titan: A Highly Scalable, Distributed Graph Database (poster):使用真实推特网络数据对Titan进行初步压力测试评估的演示。 (2012 年 7 月,在 GraphLab 2012 会议上发表)

Educating the Planet with Pearson Education:展示了一个large-scale Titan 的benchmark,有1210亿条边图。 (2013 年 5 月,与培生教育合作)

来源:http://s3.thinkaurelius.com/docs/titan/1.0.0/related-links.html

引用我自己在 janusgraph-users@ mailing list 上回答同一个问题的答案:

https://github.com/socialsensor/graphdb-benchmarks has some results for various graph databases, including Titan, but that framework does not support JanusGraph so it is not represented in that list. If you're interested in adapting this framework to support JanusGraph, please go ahead! I filed this feature request, but it hasn't gotten any attention so far.

More recently, the company behind TigerGraph compared their database to Neo4j and Titan (but again, not JanusGraph); and published their results. You may want to contact them and recreate their benchmark on JanusGraph if you're interested.

CyberAgent also published results for their benchmark of JanusGraph vs. OrientDB (in Japanese) which may be of interest.