Previous Topic: IndexingNext Topic: Index Design Recommendations


Efficient Database Design

When designing your database, for tables that will contain a significant amount of data and considerable DML activity, aim to have only one index per table. This practice provides for an efficient database design. Each index would need to support the following:

Note the following design objectives: