4 weeks ago - last edited 3 weeks ago
Hi,
I am querying CDHDR table with below fields.
OBJECTCLAS
OBJECTID
UDATE
I see some 4 indexes already created with one Z1(say) Index created with below 2 fields
OBJECTCLAS
UDATE
which means i am using extra field in my above query:
Is it a good idea to create another Index with extra field(like below) for my requirement?
OBJECTCLAS
OBJECTID
UDATE
Pls suggest.
Request clarification before answering.
The first two fields of the primary index are OBJECTCLAS and OBJECTID. I assume that there aren't many entries for the same combination of OBJECTCLAS and OBJECTID. Therefore, I don't think another index is necessary.
Can you run transaction TAANA in the relevant system? Then you can use this transaction to analyze the number of identical combinations of OBJECTCLAS and OBJECTID.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok Thanks Sandra. I have HANA as the DB. How do i tag my question with the concerned database?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
21 | |
8 | |
7 | |
7 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.