Y
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
jpitz
3725 days ago
For non-clustered indices, yes.
link
jeremysmyth
3722 days ago
and if the order is not important. Reordering large numbers of rows can be a very expensive operation.
link