Add note about SQL index.

This commit is contained in:
Felipe Lessa 2015-05-28 13:16:45 -03:00
parent a35a10db0d
commit 11197f6180

View File

@ -104,6 +104,10 @@ though, please bear in mind that:
* The Redis backend is not set to expire sessions yet.
* The `persistent` backend does not automatically create an
index for the auth ID. Thus, by default the
`deleteAllSessionsOfAuthId` operation will take linear time.
## Background