Copyright:
Attribution Non-commercial
Pagination is common pattern for most web based applications, most often developers use LIMIT OFFSET, NUMBER mysql specific sql to paginate and get...
(More)
Pagination is common pattern for most web based applications, most often developers use LIMIT OFFSET, NUMBER mysql specific sql to paginate and get very slow response as user paginate to deep pages. In this talk Surat will provide solutions to write efficient MySQL query to paginate through large data set.
(Less)
Add a Comment