diff options
Diffstat (limited to 'issues/global-search-performance.gmi')
| -rw-r--r-- | issues/global-search-performance.gmi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/issues/global-search-performance.gmi b/issues/global-search-performance.gmi new file mode 100644 index 0000000..d5165b6 --- /dev/null +++ b/issues/global-search-performance.gmi @@ -0,0 +1,16 @@ +# Global Search Performance/Optimisation + +* assigned: bonfacem, pjotrp +* status: in-progress + +## Description + +Global search is slow. Search latency sits at ~30 seconds. Historically, identical queries completed within 1–4 seconds. Root cause unclear, maybe hardware problems. + +Performance appears to have returned to normal without code changes. + +## Tasks + +* [ ] Compare CD with prod wrt latency. See if hardware is really the problem. +* [ ] Check out query plans and execution paths for global search (xapian delve, fall-back sql, weaved in gnqna) +* [ ] Doc performance. |
