Hierarchy
⤷
⤷
Basic Data
| Data Element | RSDDBSPLITTYPE |
| Short Description | Mode for Splitting Fact Tables When Indexing |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | RSDDBSPLITTYPE | |
| Data Type | CHAR | Character String |
| Length | 1 | |
| Decimal Places | 0 | |
| Output Length | 1 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Split Mode |
| Medium | 15 | Split Mode |
| Long | 20 | Split Mode |
| Heading | 11 | Split Mode |
Documentation
Definition
During initial indexing of an InfoCube, the two fact tables (E and F table) are divided into n disjunct parts once a certain size is reached. n is the value of the parameter for the batch variant. The split mode determines how these blocks are formed:
Value = I: Intervals are formed using the block characteristic (request ID for F tables, finest time characteristic for E tables).
Value = R: The values of the block characteristic are distributed to the n pools in a round robin procedure and then used as an IN list during selection.
Value other than R or I: The default is used. The default value is parameter 'SPLITTYPE' . This can be maintained using program RSDDTREX_ADMIN_MAINTAIN.
As these methods form blocks of equal size, which of the methods is best depends on the data distribution.
History
| Last changed by/on | SAP | 20130604 |
| SAP Release Created in | 730 |