Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLOUDSTACK-8606: DB performance impacted due to VM sync. #553

Closed
wants to merge 1 commit into from

Conversation

koushik-das
Copy link
Contributor

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.

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.
@asfbot
Copy link

asfbot commented Jul 2, 2015

cloudstack-pull-requests #686 SUCCESS
This pull request looks good

@remibergsma
Copy link
Contributor

Nice one! LGTM

@remibergsma
Copy link
Contributor

@wilderrodrigues Could you please have a look at this PR?

@wilderrodrigues
Copy link
Contributor

Just had a look. LGTM. Please proceed with the merge.

Cheers,
Wilder

@asfgit asfgit closed this in f138192 Jul 3, 2015
rohityadavcloud pushed a commit that referenced this pull request Jan 20, 2021
…553)

* Dont allow creating isolated network in zone with sg enabled

Allow creating isolated networks only in zones with sg
disabled.

* allow creating l2 in all zones

Co-authored-by: Rakesh Venkatesh <[email protected]>
Signed-off-by: Rohit Yadav <[email protected]>
RodrigoDLopez pushed a commit to RodrigoDLopez/cloudstack that referenced this pull request Aug 23, 2022
Retornar UUID do volume na `listRouters` e na `listSystemVms`

Closes apache#553

See merge request scclouds/scclouds!295
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants