The table storing the user password histories should have an index, likely a composite key (id, created) using the user id and the creation timestamp.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | password_policy.install-add_key_85874.patch | 1.67 KB | deekayen |
The table storing the user password histories should have an index, likely a composite key (id, created) using the user id and the creation timestamp.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | password_policy.install-add_key_85874.patch | 1.67 KB | deekayen |
Comments
Comment #1
deekayen commentedI added regular indexes. If primary is more appropriate, there are just 4 places to add PRIMARY.
Comment #2
miglius commentedCommitted. thanks.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.