what is secondary index?
Answers were Sorted based on User's Feedback
Answer / chandrababu
hi all.
Index key : a key which is sorted key.
primary index: automatically created in SAP whenever a
table is created. with number 0.
secondary index: a key which is created other than primary
key, to speed up processing.
Is This Answer Correct ? | 32 Yes | 4 No |
Answer / tarun lal
When certain fields apart from the defined key fields are
used frequently in select query then for improving
performance related to data fetch, it is advised to create
secondary index, which serves as a mapping, but to keep in
mind the order of fileds in use should be same as defined
in secondary index.
Is This Answer Correct ? | 24 Yes | 5 No |
Answer / niladriroy_dgp
indexing with another field which is not primary key.
Is This Answer Correct ? | 16 Yes | 10 No |
Answer / niranjan
primary index is created on key fields automatically
secondary index is created on non key fields by abap consaltant
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / faraz khaliq
A secondary index, put simply, is a way to efficiently access records in a database (the primary) by means of some piece of information other than the usual (primary) key.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sekhar
secondary index is nothing but other than the primary key field.
we can create upto 9 secondary indexes per table.
we can create tables with out secondary indexes.
we can create secondary indexes for both custom and standard
data base tables
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venkat reddy
Secodary indexes are created for non-primary key fields, which will increase the selection of the data from the database table.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sushil jaiswar
When certain fields apart from the defined key fields are
used frequently in select query then for improving
performance related to data fetch, it is advised to create
secondary index, which serves as a mapping, but to keep in
mind the order of fileds in use should be same as defined
in secondary index.
According to me Secondary Index is nothing but if we have 2
tables.First table has primary key,and second table also
have primary key.Then the key of the second table is
nothing but Secondary Index of the First Table.
According to me Secondary Index is nothing but if we have
2
tables.First table has primary key,and second table also
have primary key.Then the key of the second table is
nothing but Secondary Index of the First Table.
Is This Answer Correct ? | 3 Yes | 4 No |
a secondary index is an ordered file with two
fields ,and,in the otherv two indexes,the second field is a
pointer to a disk block.in this there is one index entry
for each record in data file,which has secondary key for
the record and a pointer to the block where the record is
stored
Is This Answer Correct ? | 2 Yes | 9 No |
Answer / gf8utou
I love you niranjana devi (accel centre)
by prabu
Is This Answer Correct ? | 2 Yes | 10 No |
What is the transaction code to display the payroll results ? : abap hr
what is difference between (internal table types)standard table and sorted table in sap abap....
what is partner profile. in which table it can be stored
i am new for sapabap. i want to about sapabap it is easy to learn or not ple give me answer. i am feeling about programing. ple give me answer.
what is meant by leave -list processing?
What are the Text – elements inscripts. Where you declare this. What is the use to this.
How to type casting in OOPS ABAP and ABAP ?
in which situation we use user-exits and badi's?? with example
How do you find number of records present in internal table?
What is PAKEY structure, PSHD1 structure and what type of fields it contains
How to display dynamic logo's in Smartforms? i mean to say different logo's on different pages?
2 Answers Altimetrics, Cap Gemini,
WHAT IS FIELD-SYMBOLS?