]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei_mail_sync: set nodatacow on btrfs
authorEric Wong <e@80x24.org>
Sat, 18 Sep 2021 09:33:26 +0000 (09:33 +0000)
committerEric Wong <e@80x24.org>
Sat, 18 Sep 2021 20:25:27 +0000 (20:25 +0000)
As with other SQLite3 databases, copy-on-write with
files experiencing random writes leads to write amplification
and low performance.


No differences found