/[Apache-SVN]
ViewVC logotype

Revision 1865523


Jump to revision: Previous Next
Author: kotkov
Date: Tue Aug 20 09:23:55 2019 UTC (4 years, 8 months ago)
Changed paths: 1
Log Message:
When compiling SQLite, enable the SQLITE_OMIT_WAL compile-time option.

We don't use WAL (write-ahead logging) feature of SQLite, but just keeping it
enabled has a visible I/O performance penalty, because SQLite has to check if
the write-ahead log file is present on disk.  In a couple of my experiments,
disabling this feature resulted in a ~10% faster `svn st` on a large working
copy.

* subversion/libsvn_subr/sqlite3wrapper.c
  (): Define SQLITE_OMIT_WAL.


Changed paths

Path Details
Directorysubversion/trunk/subversion/libsvn_subr/sqlite3wrapper.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26