2006 Jun 01 7:00 PM
what is Secondary index? how to create it? Different types of Secondary indexes?
Plz Explain these things
what is Secondary index? how to create it? Different types of Secondary indexes?
Plz Explain these things
2006 Jun 01 7:06 PM
Check this <a href="http://help.sap.com/saphelp_47x200/helpdata/en/cf/21eb20446011d189700000e8322d00/content.htm">link</a>.
2006 Jun 01 7:13 PM
A secondary index is an alternative key to the database table. Instead of using the primary key to access the data, the system uses secondary indexes that have been created for the table when the optimizer determines that the primary index will result in less performance. The optimizer is an internal "program" that looks at the primary key of the table and the secondary index, also the WHERE clause of the select statement, it then determines which index is best to access the data. Once bad thing about indexes, is that it can reduce performance when INSERTing or UPDATEing a database table.
You can create indexes for your database table using the SE11 transaction. Click display, at next screen click Go To, then Indexes.
Regards,
Rich Heilman
2006 Jun 01 7:56 PM
Hi Srinivasa,
Please check this online document.
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBDIC/BCDWBDIC.pdf
Hope this will help.
Regarsd,
Ferry Lianto
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |