Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Composite Index Performance

Status
Not open for further replies.

dnivraramuk

Programmer
Joined
Dec 2, 2002
Messages
7
Location
US
Hi all,

I wanted to know about the performance of the indexes when I create a composite index on F1,F2,F3 on the three columns below:

F1 F2 F3
|20030203|CA |098765|

Or to concat the above field into one, and create a singal index on the whole field as below (F1), as my queries will always use this three combination together.

F1
|20030203CA 098765|

Any document that state this difference clearly will really be very helpful.

Regards,
Arvind
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top