Skip to content
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

Pagination on long query isn't fetching next page #209

Open
ktwbc opened this issue Jul 16, 2022 · 1 comment
Open

Pagination on long query isn't fetching next page #209

ktwbc opened this issue Jul 16, 2022 · 1 comment

Comments

@ktwbc
Copy link

ktwbc commented Jul 16, 2022

I have an audit log table with a hash of user_id and a range of timestamp. This table contains millions of rows of audit log info for many users

When attempting to query on one user, I set query pattern to use that index, enter my user id and then created > 0 to get all entries for that user (the first 50 anyway since that's the page limit set).

I get the first 50 rows but clicking on the play button at the bottom runs the same query again only adding the same 50 rows to my results (so I show 100 but it's the same 50 appended to the bottom). It' unclear how to paginate to continue to the next set and it's definitely a bug to just append the same 50 rows to the bottom of the results set
Screen Shot 2022-07-16 at 10 58 04

@RafalWilinski
Copy link
Collaborator

Thanks for reporting this bug. While clicking "Play" icon shouldn't add the same results, you can adjust pagination settings by clicking the "Gear" icon at the bottom. Try setting both values to something bigger like 10000.

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

No branches or pull requests

2 participants