Multidomain MDM
- Multidomain MDM 10.3 HotFix 3
- All Products
Parameter
| Recommended Setting
| Description
|
---|---|---|
C_REPOS_APPLIED_LOCK | Enable caching for this table,
C_REPOS_APPLIED_LOCK | The application uses this table frequently so you can cache this table to improve performance.
|
RMAN backups
| Suppress RMAN backups from running during batch processing.
| RMAN backups are good for a fast backup and restore. However, performance is decidedly lower when the RMAN backup is performed.
|
Archive Logging
| Turn off archive logging during the initial data load. For steady-state operation, you can turn on archive logging after the initial data load ends.
| Archive logging is unnecessary during the initial data load and adds an overhead. If there is a failure during the initial data load, Oracle rolls back the entire transaction (the current batch cycle of a batch job). The process can be re-run with no data loss.
During the initial data load, back up the ORS schema that loads at regular checkpoints with no jobs running. For example, back up the ORS schema after major long running jobs have completed. At an absolute minimum, take backups after completion of each phase: Stage, Load, Match, and Merge. You require backups to safeguard the work already done before you proceed.
You might enable archive logging for all steady-state operations (post initial data load).
If you use a Standby database (database mirroring), disable the standby before doing the initial data load. When the initial data load is complete, copy the database to the standby site, and then enable the standby.
|
Parameter
| Recommended Setting
| Description
|
---|---|---|
Tablespace
| Use the following recommended settings for tablespace:
| Applicable for all tablespaces involved in the MDM Hub including
CMX_DATA ,
CMX_INDX , and
CMX_TEMP .
Default Tablespace Block Size of 8 KB is good for high API workload implementations. Use 16 KB as a balanced block size to support a mix of API and batch processing (small transactions and bulk read and write transactions).
If you use a Default Tablespace Block Size of 16 KB and the database was created with default block size of 8 KB, then configure an appropriate
DB_CACHE for it.
|
Tablespace Storage
| Use the following Oracle recommendations for storage of tablespace data files:
| Many small disks perform better than a few large disks if everything else remains equal.
Use the following steps to improve the performance:
|
Parameter
| Recommended Setting
| Description
|
---|---|---|
Table Statistics
| Analyze the ORS schema on a regular (frequent) basis.
Use the following options:
| Analyze the entire ORS schema on a regular basis as a best practice.
Analyze individual tables whenever 10% of the data is changed by using data sampling. This is the Oracle recommendation. See Oracle database documentation for details.
With sampling there is a trade-off. The best execution plans are always chosen when the statistics represent the entire table. When you use sampling, the execution plan is as appropriate to the tables as the data sample. For example, you can use 10% of the table as representative of the table as a whole. If you use a sample, be sure to use a large enough sample. A sample of 1 to 2% is too small unless the table is large. A sample of 10% is more representative on smaller tables. You can switch off sampling and perform a full analyze, which provides the most appropriate execution plans. However, a full analyze is achieved at the cost of far higher overhead in terms of the time taken when running the analyze. It is best to run outside of business hours to mitigate impact.
|
Parameter
| Recommended Setting
| Description
|
---|---|---|
Environment
| Each node must satisfy the same recommendations as set for the standalone environment.
| -
|
_PKQ Sequence
| Use
NOORDER .
Set sequence cache to 20000.
| Informatica recommends to increase initial data load performance. These sequences are used to populate the
ROWID_OBJECT in the base object tables.
For more information, search the
Informatica Knowledge Base for article number 115788.
|
Parameter
| Recommended Setting
| Description
|
---|---|---|
Flash recovery area
| Fast file system.
| Use a fast file system for your flash recovery area, preferably without operating system file caching.
|
Disk spindles
| As needed.
| Configure enough disk spindles for the file system to hold the flash recovery area.
|
Striped storage volume
| Smaller stripe size.
| If flash recovery area does not have non-volatile RAM, opt for striped storage volume with smaller stripe size such as 128k.
This will allow each write to the flashback logs to be spread across multiple spindles, improving performance.
|