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