https://bugzilla.wikimedia.org/show_bug.cgi?id=58776

       Web browser: ---
            Bug ID: 58776
           Summary: support for sqlite journal in memory
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Database
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: has...@free.fr
    Classification: Unclassified
   Mobile Platform: ---

To be able to rollback transactions, sqlite write a journal file on disk which
is kind of slow. When one doesn't care about dataloss (ex a dev wiki), it would
be nice to have the journal held in memory and thus saving disk I/O.

Doc:
http://www.sqlite.org/pragma.html#pragma_journal_mode

Whenever a connection to a sqlite file is made, one can issue the command:

 pragma journal_mode=memory;


Should probably be yet another global variable such as $wgSqliteJournalMode

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to