• If the table is going to take up more than a couple of pages, use a clustered index. Otherwise you can get a 'heap' where the query hops all over the place and end up with as many IO operations as there are rows.