Displaying 2 results from an estimated 2 matches for "glasstable".
2020 Aug 23
2
MultiDatabase shard count limitations
...ic-i libc-2.28.so [.] __memcmp_sse4_1
6.75% script/public-i libxapian.so.30.8.0 [.] Glass::compare<Glass::LeafItem, Glass::BItem>
6.49% script/public-i libxapian.so.30.8.0 [.] find_in_branch_<Glass::LeafItem>
4.31% script/public-i libxapian.so.30.8.0 [.] GlassTable::block_to_cursor
3.92% script/public-i libxapian.so.30.8.0 [.] GlassTable::get_exact_entry
3.19% script/public-i libc-2.28.so [.] __memcpy_ssse3
2.65% script/public-i libpthread-2.28.so [.] __libc_pread64
2.27% script/public-i [unknown] [k] 0xffffff...
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