<benchmark_db>.set-journal-mode mode
Change the journal-mode used by SQLite3. The mode argument selects the journal mode that should be used. WAL - write-ahead-logging is suppose to yield better concurrency compared to DELETE (which is default).
benchmark-database