Bert Nelsen wrote: > So SQLite looks at both the database on the disk and in memory? > Wouldn't that be difficult???
The in-memory cache is an integral part of the architecture. The whole transaction model depends on it in large part. For details, see http://www.sqlite.org/arch.html http://www.sqlite.org/lockingv3.html Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users