Skip to content

Pagination Query for Optimizing 100K+ Rows #1119

Closed Answered by lrljoe
dmsatparam asked this question in Q&A
Discussion options

You must be logged in to vote

The query is paginated by default.

You can set simple pagination instead of you prefer that approach.

public function configure(): void
 {

 $this->setPaginationMethod('simple'); 

}

Replies: 1 comment 5 replies

Comment options

lrljoe
Mar 26, 2023
Collaborator Sponsor

You must be logged in to vote
5 replies
@dmsatparam
Comment options

@lrljoe
Comment options

lrljoe Mar 26, 2023
Collaborator Sponsor

@lrljoe
Comment options

lrljoe Mar 26, 2023
Collaborator Sponsor

@dmsatparam
Comment options

@lrljoe
Comment options

lrljoe Mar 26, 2023
Collaborator Sponsor

Answer selected by dmsatparam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants