what is the t-code to create INDEX in SAP BI(7.0)?/How can
we create the index in SAP BW/BI?
Answers were Sorted based on User's Feedback
I am sorry as I am not aware of TCode for Index. But, I can
roughly tell how to create Index. Creating Indexing is a
part of Performance Issues on Query. As we know that
whenever we load data to the data target, Primary indexes
are created automatically and uses Linear search i.e,search
record by record, whereas when we can create Secondary
Indexes, it will follow Binary search and hence the query
performance improves.
To create a Secondary Index,
1.Select your data target(Infocube or DSO)and select context
menu and select Manage.
2. Select the Performance tab and select 'Create Index' button.
3. In the new dialog box, Select 'Selection' and then select
'Immediate' and click Save.
4. Select 'Start' and click 'Continue'.
Once the Secondary Index is created, a check mark is created
in front of the data target.
Is This Answer Correct ? | 43 Yes | 13 No |
Answer / kiran babu r
Index can be created by managing a cube. There are two types
of indexes. They are primary index and secondary index.
Primary index is automatically created by the system ie
system generated index. Secondary index is created by us.
Indexing is a process of storing data according to an index
like in a phone book.Secondary indexes are of bit map and
binary tree.
Is This Answer Correct ? | 22 Yes | 4 No |
Answer / nagendra
RSDDV - To create/maintain BIA indexes on specific cubes
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / durgaprasad
Index-- use to locate needed records from database tables
quickly.BW uses two types
---1. bitmap and 2. B-tree.
b-tree is for regular database tables and bitmap is for fact
tables and aggregate tables
Bitmap index - Bit map index uses maps of bits to locate
records in table.This indexs are very effective for Boolean
operators of where class of a select statement.when the
codinalality of a collum is low bit map index size will be
small there by reducing i/o volume.(which improves the
performance)
Is This Answer Correct ? | 8 Yes | 6 No |
How do you define exception reporting in the back ground?
What does rollup do?
Distinguish between restoring of Cube and ODS from archive files?
Give some examples of usage of BW statistics reports?
What are the different categories of infoobjects in bw system?
what is the use of attribute in the attribute
How can you navigate to see the error idocs?
what is a process chain and types? use of process chain and differences between bi7.0/bw3.5 about process chains and where to be use?
What is the alpha check execution program?
What is an infocube?
what is line item dimension? when we need them? how we will come to know we need to create line item dimensions?
Explain business blueprint stage. What do you do here?