What kind of query functionality does DynamoDB support?

devquora
devquora

Posted On: Feb 22, 2018

 

  • It supports GET/PUT operation using the user-defined primary key.
  • It provides flexible querying by letting query a non-primary key attribute using local secondary indexes and Global secondary indexes.
  • It allows quick reads and writes data for an item associated with single attribute partition primary key.
  • It allows you to use the Query API to retrieve all the items for a single composite partition-sort key across a range of sort keys.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    DynamoDB Interview Questions

    Explain what is DynamoDB?

    It is a NoSQL database service which is superintended and provides fast and inevitable performance with seamless scalab..

    DynamoDB Interview Questions

    List some benefits of using Amazon DynamoDB?

    Here is the list of some of the benefits of using Amazon DynamoDB: It is a managed service where there is no need to hi..

    DynamoDB Interview Questions

    What are the non-relational Databases?

    The Non-Relational databases are NoSQL databases. These databases are categorized into four groups, and they are: Key-v..