GitHub user nvazquez opened a pull request:
https://github.com/apache/cloudstack/pull/1425
CLOUDSTACK-9298: Improve performance of resource retrieval that have tags
associated and target volumes, VMs and templates
JIRA TICKET: https://issues.apache.org/jira/browse/CLOUDSTACK-9298
## Description of the problem
When retrieving a large number of resources which have tags associated
with, retrieval methods took too long. Our goal is to improve performance of
this methods
### ListTemplatesCmd API method
It is proposed to include tags information into <code>template_view</code>
to avoid querying the database for each tag, managing that information in
memory.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nvazquez/cloudstack listtemplates
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1425.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1425
----
commit db5dde5136004d1ccb2b4b8a485697e8f71d299c
Author: nvazquez <[email protected]>
Date: 2016-02-29T15:37:12Z
CLOUDSTACK-9298: Improve ListTemplatesCmd performance
commit dab1fc38972db999ba7d6459ba6ba3ccb8a78d7a
Author: nvazquez <[email protected]>
Date: 2016-02-29T16:52:32Z
CLOUDSTACK-9298: Template_view new columns
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---