Displaying 3 results from an estimated 3 matches for "get_doclength_lower_bound".
2013 Jul 01
1
Weird problem with PL2 tests
Hi olly, I rewrote the test for PL2 after adding code to deal with negative
weights. It passes on all backends other than inmemory . I see a different
value of weight for inmemory backend. The code to calculate the lower bound
is implemented in init().Please can I get some help with this ?
-Regards
-Aarsh
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2020 Aug 23
2
MultiDatabase shard count limitations
...ic-i libxapian.so.30.8.0 [.] LeafPostList::recalc_maxweight
0.70% script/public-i libxapian.so.30.8.0 [.] GlassDatabase::get_wdf_upper_bound
0.58% /mnt/btr/public perl [.] Perl_gv_fetchpvn_flags
0.54% script/public-i libxapian.so.30.8.0 [.] Xapian::Database::get_doclength_lower_bound
0.52% /mnt/btr/public perl [.] S_finalize_op
0.50% /mnt/btr/public perl [.] S_pad_findlex
0.48% /mnt/btr/public perl [.] Perl_hv_common
0.46% /mnt/btr/public libc-2.28.so [.] __memcpy_ssse3
0.46% /mnt/btr/publ...
2020 Aug 21
2
MultiDatabase shard count limitations
Going back to the "prioritizing aggregated DBs" thread from
February 2020, I've got 390 Xapian shards for 130 public inboxes
I want to search against(*). There's more on the horizon (we're
expecting tens of thousands of public inboxes).
After bumping RLIMIT_NOFILE and running ->add_database a bunch,
the actual queries seem to be taking ~30s (not good :x).
Now I'm