How Keys Work
Learn how DynamoDB manages keys to look for records.
We'll cover the following
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
Get hands-on with 1400+ tech skills courses.