Home >Backend Development >PHP Tutorial >PHP, what is the fastest way to sort articles based on the number of comments counted?

PHP, what is the fastest way to sort articles based on the number of comments counted?

WBOY
WBOYOriginal
2016-08-20 08:48:331183browse

Currently, it is taking out all the data and sorting it again, which is very slow. And now it requires paging.

Is there a better way without considering the field of adding the total number of comments? Can native sql statements be completed directly?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn