amazon-archives / dynamodb-janusgraph-storage-backend

The Amazon DynamoDB Storage Backend for JanusGraph
Apache License 2.0
447 stars 99 forks source link

repeat() query takes really long time #239

Open monali01 opened 7 years ago

monali01 commented 7 years ago

I have this issue open on SO

I am using most of the default configurations that came with it. Gremlin server on EC2 of t2.medium size. I have read and write capacities and rates set to 100 (also, set to 200, didn't seem to change any performance). Total data is about 44,510

Making multiple requests were effecting time poorly, I am experimenting with storage.dynamodb.client.executor.max-concurrent-operations at this moment.

Overall, all other queries are very slow too.

Please refer to SO for details about sample data model and query.