I'm retrieving a list of rows from a mysql database and will need to sort the data. Is it less stress on my server to do the sort via mysql 'order by' clause, or to sort the data with node.js sort()? Which is more efficient?
No comments:
Post a Comment