Pierre Chatelier wrote: > Is there some global cache retained by sqlite3.dll that makes my query > faster ? Could it be rather related to some hard disk cache ?
SQLite uses normal file accesses, so the operating system will try to cache the data. > (please note that my database files where the query is done are about > 150MB) And how many GB is the system using for file caching? :) Regards, Clemens _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users