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

ddic

Former Member
0 Likes
429

i want brifely about what is an index in ddic and what is secondary index?

2 REPLIES 2
Read only

JanStallkamp
Advisor
Advisor
0 Likes
381

Ask in the DDIC forum or better just search for it.

Best regards,

Jan Stallkamp

Read only

swathi
Explorer
0 Likes
381

hi

Index is a sorted copy of selected database table fields.It helps to speed up the selection of rows.There are two types of indexs

Primary Index :-Its a unique index constructed from the key_fields of primary key,its automatically created while creating a db table

Secondary Index :- It contain both key and non-key fields,its creted by the user,created alongside the primary index,it 's improve the performance of database reads performed on the indexes of the database.