When to index  Creating indexes

Chapter 12: Creating Indexes on Tables

When not to index

In some cases, indexes are not useful:

If the system does have to search an unindexed column, it does so by looking at the rows one by one. The length of time it takes to perform this kind of scan is directly proportional to the number of rows in the table.





Copyright © 2005. Sybase Inc. All rights reserved. Creating indexes

View this book as PDF