manila/manila/db
Sebastian Lohff dd35b08de1 Improve share list speed using lazy='subquery'
lazy='immediate' leads to each relationship being collected when
it is accessed. This results in at least three extra queries when
we query for all share details. lazy='subquery' collects all data
when the query is executed. In this commit we only changed code for
improving the share list with details ("manila list") speed.

Change-Id: Ia61b108ece0817069737980a614cc6c15c1a3507
Closes-Bug: #1859785
Co-authored-by: Johannes Kulik <johannes.kulik@sap.com>
Co-authored-by: Maurice Escher <maurice.escher@sap.com>
(cherry picked from commit 54c5667e6b)
(cherry picked from commit f01e485578)
2020-01-29 22:18:26 +00:00
..
migrations [pylint] Fix Manage-Unmanage with DHSS=True pylint issues 2019-03-05 21:09:51 -03:00
sqlalchemy Improve share list speed using lazy='subquery' 2020-01-29 22:18:26 +00:00
__init__.py Remove vim headers 2014-10-06 15:00:27 +02:00
api.py Destroy type quotas when a share type is deleted 2019-03-15 00:10:37 -07:00
base.py Reuse 'periodic_task' from oslo_service 2015-07-20 19:38:19 +03:00
migration.py Remove vim headers 2014-10-06 15:00:27 +02:00