While I'm considering options for dealing with SQLite locking
problems <https://public-inbox.org/meta/20200825001204.GA840@dcvr/>,
some obvious cleanups and improvements can be made, here.

We'll now support WAL if (and only if) a user chooses to enable
it; since we can't do it by default (see 3/3 for explanation).

Eric Wong (3):
  over: skip nodatacow on the journal
  msgmap: use "CREATE TABLE IF NOT EXISTS"
  over+msgmap: respect WAL journal_mode if set

 lib/PublicInbox/Msgmap.pm  | 29 ++++++++++++++---------------
 lib/PublicInbox/Over.pm    | 26 ++++++++++++++++++++++----
 lib/PublicInbox/OverIdx.pm |  5 -----
 t/over.t                   | 10 ++++++++++
 4 files changed, 46 insertions(+), 24 deletions(-)
--
unsubscribe: one-click, see List-Unsubscribe header
archive: https://public-inbox.org/meta/

Reply via email to