[
https://issues.apache.org/jira/browse/CLOUDSTACK-9298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15220228#comment-15220228
]
ASF GitHub Bot commented on CLOUDSTACK-9298:
--------------------------------------------
Github user swill commented on the pull request:
https://github.com/apache/cloudstack/pull/1425#issuecomment-204025261
**Minimal**
CPU Intel 4 core 64-bit processor with virtualization extensions
RAM 16GB
HDD 20GB
**Recommended**
CPU Intel Skylake 4 core 64-bit processor with virtualization extensions
RAM 32GB
SSD 20GB (root) + 100GB (data)
SBP has kindly open sourced all of their work on this, so checkout the
following links. If you have questions, ping the dev list and I will try to
make sure your questions are answered.
Setup an environment from scratch without an existing chef server:
https://github.com/MissionCriticalCloud/bubble-blueprint
The above link runs this cookbook:
https://github.com/MissionCriticalCloud/bubble-cookbook
This sets up the environment for you. Once that is setup, you can use the
following to configure ACS environments and run tests:
https://github.com/MissionCriticalCloud/bubble-toolkit
> Improve performance of resource retrieval that have tags associated and
> target volumes, VMs and templates
> ---------------------------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9298
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9298
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: API
> Affects Versions: 4.9.0
> Reporter: Nicolas Vazquez
> Fix For: 4.9.0
>
>
> h2. 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 avoiding query the database for each tag, managing that information
> in memory.
> API methods to improve: {{listTemplates}}, {{listVolumes}},
> {{listVirtualMachines}}
> To achive it, it's necessary to include new columns in {{template_view}},
> {{volume_view}} and {{user_vm_view}}:
> * tag_account_name
> * tag_domain_name
> * tag_domain_uuid
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)