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
@yunanhelmy had optimize this with PR #19. But from result issue #28 which lead us to revert back to ActiveRecord::Relation. Even so, I still think some developer need to optimize this query.
I think we should have two extra modules pagy_cursor/pagy/extras/optimal_cursor and pagy_cursor/pagy/extras/optimal_uuid_cursor which behave the same as #19 and return Ruby Array.
From that implementation developer able to pick the implementation that he want.
The text was updated successfully, but these errors were encountered:
@yunanhelmy had optimize this with PR #19. But from result issue #28 which lead us to revert back to ActiveRecord::Relation. Even so, I still think some developer need to optimize this query.
I think we should have two extra modules
pagy_cursor/pagy/extras/optimal_cursor
andpagy_cursor/pagy/extras/optimal_uuid_cursor
which behave the same as #19 and return Ruby Array.From that implementation developer able to pick the implementation that he want.
The text was updated successfully, but these errors were encountered: