Name
SQLITE_DEFAULT_TEMP_CACHE_SIZE — Temporary cache size
Common Usage
SQLITE_DEFAULT_TEMP_CACHE_SIZE=number-of-pages
Description
Sets the default maximum size of any
temporary page cache. Temporary page caches are used to store
intermediate results and other transitory data. Temporary
databases use a standard page cache and do not use this value.
There is no way to modify this value at runtime.