Hi,
I am working on an interface in SCM which pulls out Material Master data and Batch Master data. This will be a background job. the table for Batch Master is one of the important table in SCM system and lot many jobs might be hitting this table.
My concern is Batch Master table is having just two primary keys and one secondary index and both of these are not helping me much as my search criteria is not any any of these indexes. In production we might be having millions of records, so does it make sense to create one more secondary index to make the performance better.
Quick reponse will be highly appreciated.
Thanks,