Skip to content

Use DynamoDB Async methods for multi-range Query  #1026

@rfecher

Description

@rfecher

For single range query async is unnecessary, but for multiple ranges ensure that async query requests feed an iterator with the results.

Because some query ranges return larger amounts of data, pagination is still required - so a single range may still require multiple subsequent paginated queries.

But the user should just get an iterator of results without needing to understand the nuances of async requests and pagination

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions