-
Notifications
You must be signed in to change notification settings - Fork 3
Database Structure
Dimitris Papagiannis edited this page Aug 30, 2023
·
3 revisions
DQM^2 Mirror requires two databases when running, one for storing production machines' status, and another for playback machines.
In each of the databases, the following tables are created:
-
runs
, which stores information about CMSSW jobs (which host they run on, the jobs' logs, their exit code, etc.) -
graphs
, which stores graph data: file delivery, events processed over time. TODO: Add more details.
This table's columns are defined in db.py
This table's columns are defined in db.py