Multidomain MDM
- Multidomain MDM 10.3 HotFix 3
- All Products
Property
| Description
|
---|---|
cmx.server.stripDML.useUpdate
| IBM DB2 only. When set to
true , configures the MDM Hub to update the status of the match tokens that are not required as not valid instead of deleting them from the match key table.Default is
false .
The update to the status of the match tokens that are not valid is more efficient than the delete operation that removes the match tokens that are not valid.
When you set the property to
true , to remove records that are not valid, ensure that you periodically clean up the match key tables.
|
cmx.server.stripDML.blockSize
| Number of records that the MDM Hub processes in each block. Default is
100 .
|
cmx.server.stripDML.noOfThreadsForInsert
| Number of threads that the MDM Hub uses to insert records into the match key tables. Default is
50 .
|
cmx.server.stripDML.noOfThreadsForUpdate
| Number of threads that the MDM Hub uses to update records in the match key tables. Default is
30 .
|
cmx.server.stripDML.noOfThreadsForDelete
| Number of threads that the MDM Hub uses to delete records from the match key tables. Default is
30 .
|