mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
parent
186fcb3724
commit
16d1f1893e
@ -1614,7 +1614,7 @@ CREATE INDEX loge_inst_id_time_idx on icinga_logentries (instance_id ASC, logent
|
|||||||
|
|
||||||
-- statehistory
|
-- statehistory
|
||||||
CREATE INDEX statehist_i_id_o_id_s_ty_s_ti on icinga_statehistory(instance_id, object_id, state_type, state_time);
|
CREATE INDEX statehist_i_id_o_id_s_ty_s_ti on icinga_statehistory(instance_id, object_id, state_type, state_time);
|
||||||
--#2274
|
-- #2274
|
||||||
create index statehist_state_idx on icinga_statehistory(object_id,state);
|
create index statehist_state_idx on icinga_statehistory(object_id,state);
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user