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

DoctrineDataSource: use Paginator only when needed #505

Merged
merged 1 commit into from Mar 24, 2017
Merged

DoctrineDataSource: use Paginator only when needed #505

merged 1 commit into from Mar 24, 2017

Conversation

vitkutny
Copy link
Contributor

Paginator is used only if join/groupBy is used in query. For simple data without join it is unnecessarily slow AF.

Paginator is used only if join/groupBy is used in query. For simple data without join it is unnecessarily slow AF.
@juniwalk
Copy link
Contributor

Hello, thank you! Could you also send this into v5.x branch as this is for future version that has long way to go?

@juniwalk juniwalk merged commit fdff08c into contributte:master Mar 24, 2017
@vitkutny vitkutny deleted the doctrine-data-source-paginator branch March 24, 2017 20:33
@vitkutny
Copy link
Contributor Author

ofc, here you go #506

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

Successfully merging this pull request may close these issues.

None yet

2 participants