Hacker News new | ask | show | jobs
by vntok 2405 days ago
Why would it be unique?
1 comments

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.
Indexes generally give you sorting for free so you don't have to look at everything.