unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/3] SQLite-related things
@ 2020-08-25  3:02 Eric Wong
  2020-08-25  3:02 ` [PATCH 1/3] over: skip nodatacow on the journal Eric Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Wong @ 2020-08-25  3:02 UTC (permalink / raw)
  To: meta

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-25  3:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-25  3:02 [PATCH 0/3] SQLite-related things Eric Wong
2020-08-25  3:02 ` [PATCH 1/3] over: skip nodatacow on the journal Eric Wong
2020-08-25  3:02 ` [PATCH 2/3] msgmap: use "CREATE TABLE IF NOT EXISTS" Eric Wong
2020-08-25  3:02 ` [PATCH 3/3] over+msgmap: respect WAL journal_mode if set Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).