Skip to content

Commit

Permalink
sweep: DIRACGrid#7336 New indices on TransformationDB.Transformations
Browse files Browse the repository at this point in the history
  • Loading branch information
chaen authored and web-flow committed Dec 4, 2023
1 parent 34ad066 commit 5ae487f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/DIRAC/TransformationSystem/DB/TransformationDB.sql
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ CREATE TABLE Transformations(
EventsPerTask INTEGER NOT NULL DEFAULT 0,
PRIMARY KEY(TransformationID),
INDEX(TransformationName),
INDEX(TransformationFamily)
INDEX(TransformationFamily),
INDEX(Status),
INDEX(Type)
) ENGINE = InnoDB DEFAULT CHARSET = utf8;

-- -------------------------------------------------------------------------------
Expand Down

0 comments on commit 5ae487f

Please sign in to comment.