Hello list

 

I've noticed that if I call "PRAGMA cache_size=0", my database rows are
still cached (very little disk access observed). If I call "PRAGMA
cache_size=1" I can see that there is very little caching (disk access
observed). Is there a minimum allowed cache_size setting? Does
cache_size=0 mean "cache everything"? I am using SQLite 3.6.13 with the
default page cache, and shared-cache enabled.

 

Cheers,

Dave.

 

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to