Hi folks,
Nova codebase seems to follow manual joins model where all data required by
an API is fetched from multiple tables and then joined manually by using
(in most cases) python dictionary lookups.

I was wondering about the basis reasoning for doing so. I usually find
openstack services to be CPU bound in a medium sized environment and
non-trivial utilization seems to be from parts of code which do manual
joins.

Thanks,
-Sachin
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to