-
Notifications
You must be signed in to change notification settings - Fork 5
Schemas
samatstarion edited this page Aug 28, 2024
·
5 revisions
The CDP4Server Database contains multiple database schema's.
Every CDP4Server database contains a single SiteDirectory schema. Al EngineeringModels that are available through a COMET WebService share the same SiteDirectory, so only one is present.
For every EngineeringModel a specific schema is created, therefore a CP4Server can contain multiple EngineeringModel schema's:
- One for each EngineeringModel.
- The naming convention is
EngineeringModel_[EngineeringModel_Iid]
. - All data related to the EngineeringModel is stored in this schema.
For every EngineeringModel a specific Iteration schema is created, therefore a CP4Server can contain multiple Iteration schema's:
- One for every EngineeringModel.
- The naming convention is
Iteration_[EngineeringModel_Iid]
. (the unique identifier of the container EngineeringModel is used to identify the schema of the corresponding Iteration) - All data related to the EngineeringModel's containing Iterations is stored in this schema, therefore data for multiple Iterations could be present in this schema.
NOTE: even though an Engineering Model can contain multiple Iterations, there is only one Iteration schema per Engineering Model. All data for all Iterations of that model is stored in the same Iteration schema
copyright @ Starion Group S.A.