Skip to content

Subsequential requests to scan entire table #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dkBrazz opened this issue Sep 23, 2024 · 1 comment
Open

Subsequential requests to scan entire table #65

dkBrazz opened this issue Sep 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dkBrazz
Copy link

dkBrazz commented Sep 23, 2024

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

@AntonShuvaev
Copy link
Owner

Thanks for the suggestion! I plan to implement this feature soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants