Prepartitioned Siebel Tables
Siebel CRM provides in the storage control file templates the partitioned tables shown in the following table. The database tables listed represent partitioned Core product tables; seven exceptions are identified as Siebel Industry Applications (SIA) product tables.
For each table in the following table, the partitioning key columns for the table are listed, as
is the recommended clustering index for the table. A partitioning index is defined for three of
the partitioned tables (S_CONTACT
, S_OPTY
, and
S_ORG_EXT
); the name of the index is listed for these tables.
When determining the partitioning strategy for your implementation, you must assess whether the partitioning key columns and recommended clustering indexes specified for the prepartitioned tables are appropriate for your environment. For example, in assessing the most appropriate partitioning column to use for intersection tables, take into account the relationship of candidate partitioning columns to their respective parent tables. Additionally, if multiple organizations are defined in your Siebel application, the BU_ID column might be the most appropriate partitioning column for a table. For information on customizing partitioned tables, see Changing the Number of Table Space Partitions.
Table | Partitioning Key Columns | Recommended Clustering Index |
---|---|---|
|
|
|
|
|
|
|
|
|
Siebel Industry Applications (SIA) table |
|
|
|
|
|
|
|
|
Siebel Industry Applications (SIA) table |
|
|
|
|
|
A partitioning index, |
Note: If multiple organizations are defined in your Siebel application, the BU_ID
column might be a more effective partitioning key than the LAST_NAME
column. In this case, cluster on the S_CONTACT_M14 index
(BU_ID , LAST_NAME , FST_NAME ,
PRIV_FLG ). |
|
|
|
|
|
|
|
Siebel Industry Applications (SIA) table |
|
|
Siebel Industry Applications (SIA) table |
|
|
Siebel Industry Applications (SIA) table |
|
|
Siebel Industry Applications (SIA) table |
|
|
Siebel Industry Applications (SIA) table |
|
|
A partitioning index, |
Note: If multiple organizations are defined in your Siebel application, the BU_ID
column might be a more effective partitioning key than the NAME column. In
this case, cluster on the BU_ID , NAME columns. |
|
|
|
Note: If your Siebel application is configured to use My Views to access the
S_OPTY_POSTN table by the POSITION_ID column, cluster on
the S_POSTN_CON_M12 index. |
A partitioning index, |
|
|
|
|
|
|
|
|
|
|
Note: If the S_POSTN_CON table is not implemented as partitioned, cluster on
either the POSTN_ID or the CON_ID column, depending on the
one-to-many relationship of each column to its parent table. |
|
|
|
|
|
|