Skip to main content

MDM Transactions

Each CRUD (Create, Request, Update, Delete) operation on MDM records needs a transaction.

A transaction in MDM is actually composed of multiple storage transactions. For example, a single update operation can involve several storage instances: the master data container storage and the update report storage.

If an MDM transaction involves the master storage or the staging storage, the MDM transaction usually spans across both of the storages.

Transactions are also used to isolate read operations. Therefore, all read operations (even those only including read-only requests) must be performed in a transaction context.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!