SQLite provide a shared-cache mode (https://www.sqlite.org/sharedcache.html)
which will help to reduce cache size among multiple connections within a
process. But how to configure the size of the shared cache? I've tried PRAGMA
cache_size = 536870912. But no matter how much space i offered, it seems to
have no effect on memory consumption. So is there's a configuration to set
the size of shared-cache?
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to