cloudstack/engine/schema/src
Koushik Das f138192c94 CLOUDSTACK-8606: DB performance impacted due to VM sync.
VM sync. generates a lot of queries on vm_instance table with 'instance_name' as filter. Since the field is not
indexed, these kind of queries will impact DB performance. Added an index for instance_name field.

This closes #553
2015-07-03 10:06:48 +05:30
..
com/cloud CLOUDSTACK-8606: DB performance impacted due to VM sync. 2015-07-03 10:06:48 +05:30
org/apache/cloudstack Fix findbugs SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING warning in PrimaryDataStoreDaoImpl.java 2015-06-17 22:46:58 +02:00