manila/manila/db
Valeriy Ponomaryov f1ada3fe97 Fix share type model scalability for get request
"share type list" operation greatly depends on amount of records in
"shares" table. It leads to big slowness of just requesting list
of several records of share types. That can take dozens of seconds.

Main reason for it lays in usage of redundant "relationship" of "share
types" table to "shares" table. It is not used in Manila, so remove it.

Change-Id: I463b12e2eb7249b42835be063cd953b56ee7376d
Closes-Bug: #1506240
2015-10-15 16:21:11 +00:00
..
migrations Add Share Migration feature 2015-09-06 22:52:41 -03:00
sqlalchemy Fix share type model scalability for get request 2015-10-15 16:21:11 +00:00
__init__.py Remove vim headers 2014-10-06 15:00:27 +02:00
api.py Fix deletion of error state access rules 2015-09-29 07:41:48 -04: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