I have used PagedList / PagedList.mvc in projects. My question is PagedList efficient? In other words does it use the skip and take in the background or does it pull all records from database and just paginate the results? I have googled this and can’t seem to find a straight answer as to how it’s working in the background. I wonder how it would do on a large database with over a million records.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Pagination in asp.net | 4 | 717 | October 15, 2010 | |
DataAdapter nrebiew Question | 6 | 559 | May 3, 2010 | |
Effective techniques for optimizing the performance of web application | 4 | 158 | March 4, 2025 | |
Need recommendation | 7 | 568 | May 11, 2010 | |
Comparing 2 linq applications: Unexpected result | 7 | 699 | May 16, 2010 |