August 2010
Intermediate to advanced
526 pages
23h 39m
English
default_cache_size — Set default size of page cache for this database
PRAGMA [database.]default_cache_size; PRAGMA [database.]default_cache_size =pages;
The default_cache_size pragma controls default
cache size for a given database. The
value is stored in the database file, allowing this
value to persist across database connections. The default cache
size may be temporarily overridden using the pages
cache_size pragma. Setting this
value also sets the limit on the current page cache.
Read now
Unlock full access