-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
onelaview
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request