drop archived and Frames indexes from Events, as they are useless. Add a StorageId Index
This commit is contained in:
parent
b7ad24a266
commit
37a40a30d3
|
@ -93,3 +93,7 @@ end;
|
|||
|
||||
delimiter ;
|
||||
|
||||
ALTER TABLE Events DROP INDEX Archived;
|
||||
ALTER TABLE Events DROP INDEX Frames;
|
||||
CREATE INDEX Events_StorageId_idx on Events (StorageId);
|
||||
|
||||
|
|
Loading…
Reference in New Issue