search for: multiandpostlist

Displaying 5 results from an estimated 5 matches for "multiandpostlist".

2017 Mar 09
3
Inconsistent query results
...emory. The reports are similar in both cases, here is part of the report from my test case ==11180== Conditional jump or move depends on uninitialised value(s) ==11180== at 0x5F5D0B1: OrPostList::check(unsigned int, double, bool&) (orpostlist.cc:198) ==11180== by 0x5F4E171: check_helper (multiandpostlist.h:97) ==11180== by 0x5F4E171: MultiAndPostList::find_next_match(double) (multiandpostlist.cc:217) ==11180== by 0x5F44C3F: skip_to_handling_prune (branchpostlist.h:98) ==11180== by 0x5F44C3F: AndNotPostList::advance_to_next_match(double, Xapian::PostingIterator::Internal*) (andnotpostlist.c...
2011 Jan 24
2
Memory leak
...f "backends/chert/chert_table.cc" 100 1 Line 66 of "backends/chert/chert_postlist.cc" 48 1 Line 66 of "matcher/orpostlist.cc" 40 1 Line 189 of "matcher/queryoptimiser.cc" 24 1 Line 33 of "matcher/multiandpostlist.cc" 15 1 Line 31 of "matcher/multiandpostlist.cc"
2017 Mar 15
2
xapian core missing link to math on MSYS2
...s/andnotpostlist.o matcher/.libs/branchpostlist.o matcher/.libs/collapser.o matcher/.libs/exactphrasepostlist.o matcher/.libs/externalpostlist.o matcher/.libs/localsubmatch.o matcher/.libs/maxpostlist.o matcher/.libs/mergepostlist.o matcher/.libs/msetcmp.o matcher/.libs/msetpostlist.o matcher/.libs/multiandpostlist.o matcher/.libs/multimatch.o matcher/.libs/multixorpostlist.o matcher/.libs/nearpostlist.o matcher/.libs/orpositionlist.o matcher/.libs/orpospostlist.o matcher/.libs/orpostlist.o matcher/.libs/phrasepostlist.o matcher/.libs/selectpostlist.o matcher/.libs/synonympostlist.o matcher/.libs/valuegepostl...
2020 Aug 23
2
MultiDatabase shard count limitations
...[.] Perl_sv_upgrade 0.30% perl libc-2.28.so [.] _int_malloc 0.29% script/public-i libxapian.so.30.8.0 [.] GlassTable::read_tag 0.28% /mnt/btr/public perl [.] Perl_op_linklist.part.16 0.28% script/public-i libxapian.so.30.8.0 [.] MultiAndPostList::recalc_maxweight 0.27% /mnt/btr/public perl [.] Perl_op_clear 0.27% /mnt/btr/public perl [.] S_share_hek_flags 0.27% script/public-i libxapian.so.30.8.0 [.] GlassPostList::read_number_of_entries 0.26% script/public-i libstdc++.so.6.0.25...
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