Hacker News new | ask | show | jobs
by the_arun 1999 days ago
For dynamic usecase, DynamoDB has implemented pagination with something called lastEvaluatedKey - https://docs.aws.amazon.com/amazondynamodb/latest/developerg...

This is different from LIMIT in RDBMS

Wouldn’t this pattern solve the complexity you are talking about?

1 comments

That's one way, for sure. You can do this with IDs, dates, etc.