How Keys Work

Learn how DynamoDB manages keys to look for records.

When talking about NoSQL terminology, we may come across some terms from the SQL world. However, such terms function slightly differently in NoSQL databases. One of these is regarding keys, how they allow us to search for a piece of data and how they influence the performance of storing and querying operations. Let’s review how keys are implemented in DynamoDB.

Primary keys

DynamoDB locates information by using a primary keyThe key to look for a record in DynamoDB.. Those keys can be formed by one or two columns of a table. Depending on its primary key, a record can be inserted in one place or another in a table.

Get hands-on with 1200+ tech skills courses.