Comment 4 for bug 1357402

Revision history for this message
Paul Everitt (paul-agendaless) wrote :

Hi Nat. Chris has anaylsis on this in comment #1. Basically:

- Big wikis are slow because loading one wiki page means a database request to load all wiki pages
- Why do we do that? Because a feature we were asked to add (fuzzy matching).

Choices:

- Get rid of that feature and gain a speedup
- Implement an index to get the speedup (just a guess of 6 hours to make the index and the migration script for it)
- Do nothing