mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
Apparently, we didn't have any database indexes on Confirmation, which meant that on servers with large numbers of users like zulipchat.com, new account registration could spend a ton of time effectively doing a table scan on this table. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| 0001_initial.py | ||
| 0002_realmcreationkey.py | ||
| 0003_emailchangeconfirmation.py | ||
| 0004_remove_confirmationmanager.py | ||
| 0005_confirmation_realm.py | ||
| 0006_realmcreationkey_presume_email_valid.py | ||
| 0007_add_indexes.py | ||