mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-25 02:14:38 -05:00
feat(system): add index to commonly queried fields in the WHERE conditions of the triggers table
This commit is contained in:
@@ -0,0 +1 @@
|
||||
CREATE INDEX IF NOT EXISTS ix_next_execution_date ON triggers ("next_execution_date");
|
||||
@@ -0,0 +1 @@
|
||||
CREATE INDEX ix_next_execution_date ON `triggers` (`next_execution_date`);
|
||||
@@ -0,0 +1 @@
|
||||
CREATE INDEX IF NOT EXISTS triggers_next_execution_date ON triggers (next_execution_date);
|
||||
Reference in New Issue
Block a user