You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is impossible to search data with scan in tables with over 1000 records
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
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Currently, it is impossible to search data with scan in tables with over 1000 records

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
The text was updated successfully, but these errors were encountered: