Milan K??? wrote: > My understanding was that each connection has its own page cache.
This is correct. > [...] Does SQLite have yet some other global cache? No. That other global cache is part of the OS. It might be possible that opening a file two times changes the OS's caching algorithm. Regards, Clemens