How DynamoDB queries behave compared to relational databases
I wanted to write about how using Async Iterators in Node.JS can make querying DynamoDB tables more pleasant, but I got side-tracked with explaining why pagination and is more often necessary when using DynamoDB than when using relational databases.
So instead of the thing I meant to write about, here’s a refresher on how bounded and unbounded queries are treated differently by typical relational databases and DynamoDB.
Read more »