Hi,
I have three queries on table BSIS. I have done some analysis in ST05. First query is showing Number of distinct keys as13,657. Second query is showing Number of distinct keys as7,10,445. In the third query it is considering already existing Non-unique index and which has Number of distinct keys as 1,75, 55, 231.
Total number of entries in table BSIS are more than 20,00,00,000. Can you please suggest me whethe I have to put index as per the where cluase in third query which is showing such a huge number of distinct keys? Because my program is not going ahead in background.
Also database adjustment(SE14) is required after creation of secondary index?
Thanks.