From f91753f00b760c0e06eb0384792e5b18bd99bb0f Mon Sep 17 00:00:00 2001 From: "Eric Wong (Contractor, The Linux Foundation)" Date: Tue, 3 Apr 2018 11:09:08 +0000 Subject: nntp: make XOVER, XHDR, OVER, HDR and NEWNEWS faster While SQLite is faster than Xapian for some queries we use, it sucks at handling OFFSET. Fortunately, we do not need offsets when retrieving sorted results and can bake it into the query. For inbox.comp.version-control.git (v1 Xapian), XOVER and XHDR are over 20x faster. --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 4e79a4c8..2dad988e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -173,6 +173,7 @@ t/msgmap.t t/nntp.t t/nntpd.t t/over.t +t/perf-nntpd.t t/perf-threading.t t/plack.t t/precheck.t -- cgit v1.2.3-24-ge0c7