Titan + DynamoDB缓慢上传Edges

时间:2017-06-26 16:08:39

标签: performance amazon-dynamodb database-performance titan

我正在开发一个基于Titan(1.0.0)+ DynamoDB后端的推荐系统。 目前,我尝试迁移所有用户群(数百万)及其关系(数十亿)。 当我进行用户群迁移(只创建具有一个索引属性的Vertex)时,我可以看到

之间的直接关系

storage.dynamodb.stores.edgestore.capacity-write

storage.dynamodb.stores.edgestore.write-rate

并上传速度。如果我需要提高速度 - >我只是在edgestore表上设置了更多的读/写容量,并在TitanGraph中增加了这些属性的值。

但它不适用于人际关系。正如我从CloudWatch监视edgestore表中看到的那样,有足够的可用容量,但我的上传过程无法全部利用它们。我无法将上传速度提高到超过6000个写入容量单位,而且速度太慢。

有人知道这是什么问题吗?

这是我的TitanGraph

0 个答案:

没有答案