Subscriber In-Memory Data Relationships
The subscriber data objects are held in the databases in MDCs. Each one inherits information from its parent MDC and can be related to other MDCs based on their contained fields.
For example, all MDCs have the same top-level MDC, MtxObject, that holds Object ID and External ID values for each MDC instance in the database. As another example, the MtxLoginDeviceObject and MtxMobileDevice objects both point to the MtxDeviceObject for information.
MDCs can be related to one another by containing fields that reference the other MDC. For example, the MtxSubscriberObject contains an AdminGroupArray field with a certain value for a subscription. That value is located in the AdminIdArray field in the MtxGroupObject to which it belongs.