Setting 1 instead of 0 offers a huge improvement in avg query time (from 13ms to 3ms).
The drawback is that we won't be able to catch typos in the first character.
It seems safer to start with a prefix length of 1 and see later if we can improve perf and use a prefix length of 0.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Completion suggester : increase min prefix length from 0 to 1 | mediawiki/extensions/CirrusSearch | master | +26 -26 |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | • Deskana | T121616 EPIC: Resolve technical or product blockers to enable us to do a more full rollout of the completion suggester | |||
| Resolved | dcausse | T125671 Completion suggester: increase minimum prefix length from 0 to 1 for fuzzy queries |
Event Timeline
Comment Actions
Change 268132 had a related patch set uploaded (by DCausse):
Completion suggester : increase min prefix length from 0 to 1
Comment Actions
Change 268132 merged by jenkins-bot:
Completion suggester : increase min prefix length from 0 to 1