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
My money is on LIMIT ... OFFSET ... being slow. I wonder if we could change this to paginate without OFFSET using the id column? (I assume that received_ts increases as id increases, and vice versa).
The text was updated successfully, but these errors were encountered:
This issue has been migrated from #16619.
E.g. from Jaeger:
My money is on LIMIT ... OFFSET ... being slow. I wonder if we could change this to paginate without OFFSET using the
id
column? (I assume thatreceived_ts
increases asid
increases, and vice versa).The text was updated successfully, but these errors were encountered: