Hacker News new | ask | show | jobs
by axaxs 2396 days ago
So, in fairness I didn't dig through the code to see the column, but assumed some granularity like milliseconds? It was a genuine question on whether it would speed up the query at all if indexed since it is generally grabbing everything then sorting.
1 comments

Indexes generally give you sorting for free so you don't have to look at everything.