]> Sergey Matveev's repositories - public-inbox.git/commit
mbox: remove remaining OFFSET usage in SQLite
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 3 Apr 2018 11:09:10 +0000 (11:09 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 3 Apr 2018 12:06:14 +0000 (12:06 +0000)
commit0dceebd0a85774c92af247e6da5e2f5a0ee8417c
treedddcaa1a358a73f0a1da781a9dfd57e2a9ab2ccb
parentb9534449ecce2c59bb4aebad6051f91c3116b187
mbox: remove remaining OFFSET usage in SQLite

We can use id_batch in the common case to speed up full mbox
retrievals.  Gigantic msets are still a problem, but will
be fixed in future commits.
lib/PublicInbox/Mbox.pm
lib/PublicInbox/Over.pm
lib/PublicInbox/Search.pm
t/psgi_v2.t