keystone/keystone/trust/backends
Jose Castro Leon 23477a13ab
Improve performance on trust deletion
During a trust deletion, the backend will fetch all trust by the same
trustor and look for redelegations to be deleted as well. If you have
a considerable amount of trusts that call becomes expensive. Just by
pushing this filter into the backend, the response time for the api call
just depends on the number of redelegations for that trust.

Change-Id: Id3a820fca0bb20561ba031797d2b0fb96ba1f78d
Closes-Bug: #1935840
2021-09-02 15:18:29 +02:00
..
__init__.py Trusts 2013-03-05 19:35:38 +00:00
base.py Improve performance on trust deletion 2021-09-02 15:18:29 +02:00
sql.py Improve performance on trust deletion 2021-09-02 15:18:29 +02:00