]> Sergey Matveev's repositories - public-inbox.git/commit
v2: support Xapian + SQLite indexing
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 20 Feb 2018 21:00:21 +0000 (21:00 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 20 Feb 2018 21:00:21 +0000 (21:00 +0000)
commitfeabfb1809b911fc97538282234c8b1f087ddb6a
tree8fc484f46f1c2c191ccb0a72fcbebfcad38bc115
parentb42bbc915750cf2f0c559514041ba3f5d1a44a12
v2: support Xapian + SQLite indexing

This is too slow, currently.  Working with only 2017 LKML
archives:

         git-only: ~1 minute
     git + SQLite: ~12 minutes
git+Xapian+SQlite: ~45 minutes

So yes, it looks like we'll need to parallelize Xapian indexing,
at least.
lib/PublicInbox/Import.pm
lib/PublicInbox/Inbox.pm
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm
scripts/import_vger_from_mbox