我在 Cassandra(6 节点集群)和 Elasticsearch 上使用 TITAN-0.4.3、REXSTER 2.4。我的用例需要一次将顶点和边批量上传到图中。目前添加新顶点+边的速度非常慢(~45 / sec),目标是~1000 vertices / sec。目前我正在使用 Astyanax 连接到 cassandra(它具有负载平衡和故障转移检测功能)。Astyanax 与 Thrift (Cassandrathrift) 连接器相比是否还有其他优点或缺点,反之亦然?
请指教!
阿斯蒂亚纳克斯
<graph>
...
<properties>
<storage.backend>cassandra</storage.backend>
...
Cassandrathrift
<graph>
...
<properties>
<storage.backend>cassandrathrift</storage.backend>
...