neutron/neutron/quota
venkata anil 72ef0e7814 Fetch specific columns rather than full ORM entities
Michael Bayer while analysing neutron process function call trace,
suggested to run queries against specific columns rather than full
ORM entities as it can help reduce load both at the DB level and
in the Python level since they are much faster to fetch as
non-ORM entities. In this patch we are trying that on simpler
queries to improve neutron performance.

Co-Authored-By: Joe Talerico <jtaleric@redhat.com>
Change-Id: I6a41e9487a4427f876442bbeeae61974e892225e
2018-08-22 10:14:09 +00:00
..
__init__.py Make code follow log translation guideline 2017-08-14 02:01:48 +00:00
resource.py Fetch specific columns rather than full ORM entities 2018-08-22 10:14:09 +00:00
resource_registry.py Fix all pep8 E129 errors 2018-05-03 13:44:04 +09:00