Hi experts,
I have a table with primary key formed by two fields:
VENDOR & MANUFACTURER_PART_NUMBER
This table has more than 2 million records.
If i search a particular MANUFACTURER_PART_NUMBER it takes about 5-6 seconds.
My question is: in my situation , if MANUFACTURER_PART_NUMBER field is part of primary key, it's necessary or it's OK to create index on this field?
if MANUFACTURER_PART_NUMBER field is part of primary key, it's indexed,right? ... so, why a simple query takes so long?
Thanks in advance.