Performance differences between using a limited sql query and fetching all results with no limit in an array looping only few indexes - php & sql

前端 未结 0 810
不知归路
不知归路 2020-12-09 17:10

Usually to paginate results from a query, I used SQL start/limit. Code reads the page where the user is and, basing on how many elements per page we want to be shown, start

相关标签:
回答
  • 消灭零回复
提交回复
热议问题