Skip to content

Commit

Permalink
Merge pull request DIRACGrid#7336 from chaen/v8.0_feat_tsIndex
Browse files Browse the repository at this point in the history
[v8.0] New indices on TransformationDB.Transformations
  • Loading branch information
chrisburr authored Dec 4, 2023
2 parents 70538bb + e4fad0e commit ccc050e
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 @@ -44,7 +44,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 ccc050e

Please sign in to comment.