Have you tried setting "PRAGMA journal_mode = WAL" on the SQLite database, using the sqlite3 command line tool?
More information is here: <http://www.sqlite.org/pragma.html#pragma_journal_mode> This should reduce the commit overhead. Checkpoints still need fsync, but the are rare. fsync behavior for checkpoints is controlled by "PRAGMA synchronous": <http://www.sqlite.org/pragma.html#pragma_synchronous> However, setting this would require changing the liferea code. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org