blob: d5165b6d4de656dd706df7b9c7e828c8007c02c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.
|