keystone/keystone/trust
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
..
backends Improve performance on trust deletion 2021-09-02 15:18:29 +02:00
__init__.py Move trusts to flask native dispatching 2018-07-26 10:30:24 -07:00
core.py Improve performance on trust deletion 2021-09-02 15:18:29 +02:00
schema.py Fix role schema in trust object 2017-11-28 15:21:45 +01:00