AWS DynamoDB Query vs. Scan [Video]
See how they stack up.
Join the DZone community and get the full member experience.
Join For FreeThere are two types of read operation in DynamoDB — scan and query. I will explain the difference between these two types of operations with a hands-on demo.
Thank you for watching!
Source of the demo code:
https://github.com/babysteps-topro/DynamoDBQueryScan.git
Prerequisite for demo: Installation of AWS CLI:
https://youtu.be/pE-Q_4YXlR0
Another video to explain the design of the table in our example:
https://youtu.be/V0GtrBfY7XM
Published at DZone with permission of Boris Lam, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments