Hacker News new | ask | show | jobs
by bmdavi3 3725 days ago
For queries returning results from a majority of rows in the table, won't a sequential table scan be faster than an index scan?
1 comments

For non-clustered indices, yes.
and if the order is not important. Reordering large numbers of rows can be a very expensive operation.