Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DD:table index

Former Member
0 Likes
784

hi friends,

i have few queries,

1) how many indexes we can create for a table.

2) when do we create secondary index.

3) how to use SQVI ? help me with an example or a link.

thank you..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
713

hi,

1. We can create up to 9 secondary indexes.

2. Secondary Indexes are createdd when we use non primary key field s in the select statement ....

3.

http://help.sap.com/erp2005_ehp_03/helpdata/EN/d1/44f2b5c7f411d296080000e82de14a/frameset.htm

Regards,

Santosh

5 REPLIES 5
Read only

Former Member
0 Likes
713

Hi,

At max we can create 9 secondary index.

We create secondary index, only if we dont find required primary index (table key).

Read only

0 Likes
713

hi swastik,

1) how many primary indexes can we create?

2) my question is , who asks us to create secondary indexes. wheather the client or we ourselves create it.

thank you

Read only

Former Member
0 Likes
714

hi,

1. We can create up to 9 secondary indexes.

2. Secondary Indexes are createdd when we use non primary key field s in the select statement ....

3.

http://help.sap.com/erp2005_ehp_03/helpdata/EN/d1/44f2b5c7f411d296080000e82de14a/frameset.htm

Regards,

Santosh

Read only

Former Member
0 Likes
713

hi,

When we do perfomance check,if we find that database performance is poor and when we r not selecting the data from database using full primary key the performance drasticly decreases at that movement to improve performance secondary index has to be created and developer never creates secondary index TL(team lead will create secondary index).

Read only

Former Member
0 Likes
713