Re: Domain listing takes too much time
Fix is developed but not yet merged. https://github.com/apache/cloudstack/pull/1901
Domain listing takes too much time
Hi All, I've noticed that domain listing become too long in new releases, at least it related with "listDomains" command. Comparing between 4.5 and 4.8, 4.9 releases (near 200 domains in list): 4.5.1: # time cloudmonkey list domains filter=name | grep name | wc -l 212 real0m0.804s user