Skip to Content
0
Jun 26, 2008 at 11:02 AM

Creating Index to a master table

213 Views

Hello All,

I have a database table with the following fields

CLIENT

MATNR

KORDX

KCATV

VARIANT_NBR

With the initial four fields making the primary key. ( CLIENT, MATNR, KORDX, KCATV).

I would like to put an index to the table with the fields (CLIENT, VARIANT_NBR), because there are many reads in the program for the field VARIANT_NBR. Could you please put across on views on this. What all factors should I consider for creating an index in performance perspective.

Thanks in advance

Sudha