summaryrefslogtreecommitdiff
path: root/database/schema.sql
AgeCommit message (Collapse)Author
2018-08-14feat: Add support for both wall and cpu timeFabian Mastenbroek
2018-08-14feat: Add job id to DB schemaGeorgios Andreadis
2018-08-14feat: Add task metrics to DB schemaGeorgios Andreadis
2018-08-14feat: Add stage measurements to schemaFabian Mastenbroek
2018-08-14feat: Add GWF conversion scriptGeorgios Andreadis
This change adds a conversion script that allows users to import traces from the Grid Workload Archive (see http://gwa.ewi.tudelft.nl/) into the OpenDC database.
2018-08-14feat: Implement Scheduler Reference ArchitectureFabian Mastenbroek
This change implements the parts of the Datacenter Scheduling Reference Architecture as published in SC18. This commit consists of changes to the database schema such as: - **Removal of `parallelizability` column in `Task`** This field was not used by the simulator and we opted to use a field describing the amount of cores the task can run on instead. - **Removal of `task_id` column in `MachineState`** This field did not make sense anymore now that a machine can run multiple tasks. Fortunately, this field is not used in the frontend.
2017-09-30Fix foreign key constraint on experiment statesGeorgios Andreadis
2017-09-26Add topology_id concept to databaseGeorgios Andreadis
2017-09-25Fix issue with rack creationGeorgios Andreadis
2017-09-25Remove uniqueness constraint on room namesGeorgios Andreadis
2017-09-25Update schema.sql to drop tables if existingGeorgios Andreadis
2017-09-24Fix primary key of schedulers tableGeorgios Andreadis
2017-09-23Move to MariaDBGeorgios Andreadis
2017-08-08Add traceId foreign key to job modelGeorgios Andreadis
2017-08-08Add jobs to the SQL schema and test scriptGeorgios Andreadis
2017-02-27Merge branch 'master' into workload-core-occupationleonoverweel
2017-02-27Add parallelizability and new schedulers to sql schema/test dataMatthijs Bijman
2017-02-27Add cores_used column to task_states tableMatthijs Bijman
2017-02-26Insert database rows individually in SQLite schemaleonoverweel
The Windows version of Python SQLite said multiple insertions at once was a syntax error.
2017-02-16Add state and last_simulated_tick to experiment, remove queued_experimentsMatthijs Bijman
2017-01-24Add database schema and testing dataleonoverweel