cloudstack/engine
Vishesh a791d46abe
events,alerts: Add missing indexes (#8276)
This PR adds missing indexes on `alerts` & `events` tables.

For alerts table, some of the queries are part of a couple of APIs and some operations. I have added the index for the same. Ref: 
8f39087377/engine/schema/src/main/java/com/cloud/alert/dao/AlertDaoImpl.java (L40-L45)

For Events table, we query for `resource_id` & `resource_type` in the UI for a resource's events. Indexes were missing, so I have added those.
2023-12-13 10:24:36 +05:30
..
api Add dynamic secondary storage selection (#7659) 2023-12-04 09:52:32 +01:00
components-api New Feature: Import VMware VMs into KVM (#7881) 2023-12-07 12:59:56 +05:30
orchestration FiberChannel Multipath for KVM + Pure Flash Array and HPE-Primera Support (#7889) 2023-12-09 11:31:33 +05:30
schema events,alerts: Add missing indexes (#8276) 2023-12-13 10:24:36 +05:30
service pre-commit: standardize more line endings to `lf` (#7804) 2023-10-18 11:25:00 +02:00
storage FiberChannel Multipath for KVM + Pure Flash Array and HPE-Primera Support (#7889) 2023-12-09 11:31:33 +05:30
userdata mvn: fix userdata dependency version (#8017) 2023-09-28 14:37:49 +05:30
pom.xml ObjectStore Framework with MinIO and Simulator plugins (#7752) 2023-12-01 17:51:00 +05:30