summary refs log tree commit diff
path: root/issues/global-search-performance.gmi
diff options
context:
space:
mode:
authorMunyoki Kilyungi2026-01-19 12:04:37 +0300
committerPjotr Prins2026-01-21 08:14:22 +0100
commitcfb855bf653d1cd1b2c5f6f6b00a7d85b50f263b (patch)
tree37e293582a53808aa55b6911594a112f8f730d94 /issues/global-search-performance.gmi
parent5e0847f35d1d5bab4938e4f3400dc64d427ba764 (diff)
downloadgn-gemtext-cfb855bf653d1cd1b2c5f6f6b00a7d85b50f263b.tar.gz
Add new issue.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'issues/global-search-performance.gmi')
-rw-r--r--issues/global-search-performance.gmi16
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.