Home » » Oracle SQL Performance Tuning Tips-Using Indexes to Improve Performance a to z help

Oracle SQL Performance Tuning Tips-Using Indexes to Improve Performance a to z help

Written By M.L on ஞாயிறு, 22 ஏப்ரல், 2012 | ஏப்ரல் 22, 2012

Oracle SQL Performance Tuning Tips-Using Indexes to Improve Performance a to z help

Indexes primarily exist to enhance performance. But they do not come without a cost.  Indexes must be updated during INSERT, UPDATE and DELETE operation, which may slow down performance
 
Besides, the usefulness of an Index depends on selectivity of a column/columns.
 
Generally Indexes are more selective if the column/columns have a large number of unique values.
 
If an Index contains more than one column, it is called CONCATENATED INDEX .
 
Concatenated index is often more selective than a single key index.
 
Column positions play an important role in Concatenated index.  While using Concatenated Index, be sure to use LEADING columns


Note : Provide your comments by clicking below options! Thanks ! :)

0 comments:

கருத்துரையிடுக

Popular Posts

General Category