intellij-dynamodb icon indicating copy to clipboard operation
intellij-dynamodb copied to clipboard

Subsequential requests to scan entire table

Open dkBrazz opened this issue 1 year ago • 1 comments

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

dkBrazz avatar Sep 23 '24 15:09 dkBrazz