cancel
Showing results for 
Search instead for 
Did you mean: 

Table Secondary Index Option "No database index"

Former Member
0 Kudos

Questions here are:

1. does the "No database index" option have any benefit to performance?

2. if not a DB index, then is there an index at all?

I am looking for an experienced response, not just to have the documentaion sent back to me.

I am on MSSQL.

Accepted Solutions (0)

Answers (1)

Answers (1)

clas_hortien
Employee
Employee
0 Kudos

Hello,

the message means, that the index is defined in the SAP data dictionary, but does not exists on the database. The missing index might be a performance problem, as it was designed to help certain statements too run faster. But it also might be possible, that it is only an optional index, which might not be needed in every system / for every datasets.

You can check for all missing indexes in

DBACockpit => Diagnostics => Missing Tables and Indexes

To answer your questions:

1.) It might be, if in doubt then create the index

2.) No, if you see this message, then the index does not exists, but the table might have other indexes.

Best regards

Clas

Former Member
0 Kudos

ty