stash/pkg/database
SmallCoccinelle b7c229dc70
Set NORMAL sync on sqlite3 (#1684)
NORMAL sync is safe when using WAL journaliing.

It cuts the amount of sync calls to the disk, resulting in faster write
operation. On power loss, the database will perhaps lose some ongoing
commits, but that is all.

The expectation is that if the database lives on the same disk as the
stash, this could help performance quite a bit under heavier operation.
2021-09-21 11:38:56 +10:00
..
migrations Studio aliases (#1660) 2021-09-09 18:13:42 +10:00
database.go Set NORMAL sync on sqlite3 (#1684) 2021-09-21 11:38:56 +10:00
functions.go Add Studio to movie and fix movie schema (#458) 2020-04-22 11:22:14 +10:00
packr_source.go Move image blobs into separate tables (#618) 2020-06-23 09:19:19 +10:00
transaction.go Handle zip file modification (#877) 2020-11-05 10:26:51 +11:00