SQLite User Forum

Tips for getting SQLite under Python to perform better with more RAM?
Login
> If the underlying database file is updated by a different connection, the application page cache is discarded.

After db update, arr _all caches in all other connections_ are discarded? Or only some dirty pages?