]> Sergey Matveev's repositories - public-inbox.git/commit
over: store xref3 data in over.sqlite3
authorEric Wong <e@80x24.org>
Tue, 27 Oct 2020 07:54:43 +0000 (07:54 +0000)
committerEric Wong <e@80x24.org>
Sat, 7 Nov 2020 10:22:02 +0000 (10:22 +0000)
commit090238c3353438526dec707dad0718cb21efd07f
tree4fa03482912adf469784eaf67917ebfa8935d952
parent6646958f416f55745521b1112a38c9f3e3854cdc
over: store xref3 data in over.sqlite3

We may not end up storing xref3 data in Xapian, actually.
This will make indexlevel=basic possible, and along with
--sequential-shard indexing support for slow storage.

Making oidmap a separate table seems unnecessary, too, so
fold it into the xref3 table since it's unlikely a git blob
will be responsible for multiple xref3 rows.
lib/PublicInbox/Over.pm
lib/PublicInbox/OverIdx.pm
t/over.t