manila/manila/api/v1
silvacarloss bad03feea9 Fix pagination does not speed up queries bug
This patch modifies the database api layer to fix the pagination
slowness bug, which causes a delay while the administrator tries
to list shares using the `--limit` option.
This change was tested in a very busy environment with 800 shares.
Before the change, the operation took about 25 seconds to be
finished. Now, the operation takes about 3 seconds in the same
environment.

Change-Id: I89659452b0e033631f1318a2eabb7e120c9e5743
Closes-bug: #1795463
(cherry picked from commit 57edcbd1da)
(cherry picked from commit 462b0e7461)
2019-10-14 19:22:40 +00:00
..
__init__.py Renamed cinder to manila. 2013-09-02 09:59:07 +03:00
limits.py Add possibility to run 'manila-api' with wsgi web servers 2017-04-10 12:49:20 +03:00
router.py [Trivialfix] Remove the useless parameter 'ext_mgr' 2018-06-09 22:39:24 +00:00
scheduler_stats.py Add share_type filter support to pool_list 2016-12-09 09:59:34 +08:00
security_service.py move securiy service error explanation from comment 2018-04-11 20:11:40 +02:00
share_manage.py Use class name in invocation of super 2018-06-06 17:47:18 -07:00
share_metadata.py Support metadata for access rule resource 2018-07-20 23:31:48 +08:00
share_servers.py use http code constant instead of int 2018-03-20 09:26:59 +00:00
share_snapshots.py use http code constant instead of int 2018-03-20 09:26:59 +00:00
share_types_extra_specs.py use http code constant instead of int 2018-03-20 09:26:59 +00:00
share_unmanage.py Use class name in invocation of super 2018-06-06 17:47:18 -07:00
shares.py Fix pagination does not speed up queries bug 2019-10-14 19:22:40 +00:00