Giter Site home page Giter Site logo

Comments (4)

amcp avatar amcp commented on August 20, 2024

The DynamoDB Storage Backend for Titan self-throttles to avoid getting throttled on the service side. Getting 3000 small (<1KiB) items in 20 seconds suggests that your read capacity is set to no more than 150 RPS, assuming that you use the single-item data model, no vertex partitioning and assuming that you read each record using random access (as opposed to a random scan). After you share details about your access pattern, data model and partitioning settings, and the throughput configuration of your graph, I could help you some more.

from dynamodb-janusgraph-storage-backend.

amcp avatar amcp commented on August 20, 2024

Also, you should definitely turn on query.fast-property=true, to pull all the properties of a vertex when it gets loaded (instead of lazy-loading them whenever they are referenced)

from dynamodb-janusgraph-storage-backend.

amcp avatar amcp commented on August 20, 2024

If you have any more questions about how to improve the query and traversal performance of Titan on DynamoDB, please re-open this issue.

from dynamodb-janusgraph-storage-backend.

bendavidwhite avatar bendavidwhite commented on August 20, 2024

Hi @tugan,

did the suggestions above improve your retrieval times?

I'm having similar performance issues but can't quite get my head around how resolve them (see #235 )

from dynamodb-janusgraph-storage-backend.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.