Performance

Non-Clustered Index

English

Overview

An indexing method that keeps a separate sort order and pointers to the data, independent of the data's physical storage order.

Details

Unlike a clustered index, a table can have multiple non-clustered indexes. Most covering indexes are built this way, and having several tailored to different query conditions can improve overall query performance.

More Database terms