Skip to content

Subsequential requests to scan entire table #65

@dkBrazz

Description

@dkBrazz

Is your feature request related to a problem?

Currently, it is impossible to search data with scan in tables with over 1000 records
image
Plugin makes exaclty one call per page

Though it is sometimes needed to query data from bigger tables and be able to see all the found records in a single page, without switching pages where some have records and some don't

Describe the solution you'd like

Add an option to fetch all pages and combine results as a single table
Pages switch will be disabled in this case

Similar logic exists in the out-of-the box DynamoDB extension of DataGrip when querrying using PartiQL - it is seen in the console that it makes several sequential calls under the hood until it loads everything

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions