Each additional index therefore slows down the insertion of records in the table. For this reason, tables in which entries are very frequently written generally should only have a few indexes. The database system sometimes does not use a suitable index for a selection, even if there is one....
SAP Managed Tags: ABAP Testing and Analysis Hi Venkat, As i have used secondary Index for performance tuning i have used second one.Its performance is always better then the first one. Regards Ajit Tiwari Reply Go to solution Venkat_Sesha Product and Topic Expert In response to Former...
Syntax on using the Secondary keys You can use the Secondary keys on the statements LOOP, READ, DELETE, MODIFY, APPEND, INSERT. See below code lines for complete Syntax when you want to use the Secondary Key. When to Use Secondary Keys Some guidelines on when to use Secondary keys Secondar...