Select queries can pull in lot of data if user is not careful with the time frame.
This adds a Iterator API which paginates on minute basis when query is recognized as simple select <projection> from <table>
How to use:
In PB change query to a select if not already set.
Use Ctrl + R and Ctrl + B to move forth and back. The small indicator at bottom of the table view shows when user can go to next or previous data window
Todo:
[ ] Pagination view is loaded and used in initial query
Description
Select queries can pull in lot of data if user is not careful with the time frame. This adds a Iterator API which paginates on minute basis when query is recognized as simple
select <projection> from <table>
How to use:
In PB change query to a select if not already set.
Use Ctrl + R and Ctrl + B to move forth and back. The small indicator at bottom of the table view shows when user can go to next or previous data window
Todo: