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

Paging Performance issue. #190

Closed
Myster opened this issue Nov 10, 2014 · 0 comments
Closed

Paging Performance issue. #190

Myster opened this issue Nov 10, 2014 · 0 comments

Comments

@Myster
Copy link

Myster commented Nov 10, 2014

Adding paging to very large SQL queries causes signficant perf issues, my numbers were:

Method Time
GetNewArticles NoPaging 00:00:00.0000240
GetNewArticles with PetaPocoPaging 00:00:00.0935263

note: that the no paging actually returns all records so should be slower.

This is also described here: http://stackoverflow.com/questions/18411550/slow-performance-when-using-paged-fetch
along with a fix.

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

No branches or pull requests

2 participants