From cfb855bf653d1cd1b2c5f6f6b00a7d85b50f263b Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 19 Jan 2026 12:04:37 +0300 Subject: Add new issue. Signed-off-by: Munyoki Kilyungi --- issues/global-search-performance.gmi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 issues/global-search-performance.gmi 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. -- cgit 1.4.1