keystone/keystone/common/sql
galstrom21 4a462a47fc Adding an index on token.user_id and token.trust_id
This is a performance update to ensure that we are scanning the fewest
number of rows on a user delete (causing token revocations). Without
these indexes it is possible to scan all valid tokens, causing
significant overhead, to find the user or trust matching tokens.

Due to selecting the extra column (needed for other matches in
some cases) this can also cause issues with buffer pool sizes.

Change-Id: I202b5c87a221d8dba99d16b0a1baa7546fef093b
Closes-Bug: 1332666
2014-09-24 23:19:30 -07:00
..
migrate_repo Adding an index on token.user_id and token.trust_id 2014-09-24 23:19:30 -07:00
__init__.py Safer noqa handling 2014-03-27 18:52:07 -05:00
core.py Enable filtering of services by name 2014-09-08 13:28:15 -05:00
migration_helpers.py correct typos 2014-09-08 12:29:25 -05:00