[dev.icinga.com #11993] Comment/Downtime delete queries are slow #4300
Labels
Milestone
Comments
Updated by mfriedrich on 2016-06-20 15:40:03 +00:00
Applied in changeset 409a385. |
Updated by mfriedrich on 2016-11-11 08:47:03 +00:00
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue has been migrated from Redmine: https://dev.icinga.com/issues/11993
Created by mfriedrich on 2016-06-20 15:14:32 +00:00
Assignee: mfriedrich
Status: Resolved (closed on 2016-06-20 15:40:03 +00:00)
Target Version: 2.5.0
Last Update: 2016-11-11 08:47:02 +00:00 (in Redmine)
The update and delete queries for comment* and downtime are not using the currently deployed indexes. Either there's *_time missing, or the instance_id.
RemoveDowntime does not hit the index, entry_time is missing.
RemoveComment does not fit the index either, comment_time and instance_id are missing.
Changesets
2016-06-20 15:38:01 +00:00 by mfriedrich 409a385
The text was updated successfully, but these errors were encountered: