Displaying 3 results from an estimated 3 matches for "_m_replace".
2020 Oct 21
2
xapian-check sorted order error
Hi,
We were running xapian-check on one of our Xapian indexes and it
returns the following error:
position:
baseB blocksize=8K items=809896869 lastblock=2090419 revision=3161
levels=3 root=2084903
Failed to check B-tree: DatabaseError: Items not in sorted order
The other tables verify without issue. It looks like our oldest backup
of this database (a month old) has the same issue. Searching and
2020 Aug 23
2
MultiDatabase shard count limitations
...ue_flags
0.08% perl perl [.] S_scan_str
0.08% script/public-i libc-2.28.so [.] malloc_consolidate
0.08% script/public-i libstdc++.so.6.0.25 [.] std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_replace
0.08% perl libc-2.28.so [.] __memset_sse2_unaligned_erms
0.08% perl libc-2.28.so [.] __memmove_ssse3
0.08% perl perl [.] Perl_scalarvoid
0.07% script/public-i libxapian.so.30.8.0 [.] GlassCursor::GlassCurs...
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