v5:reference:adodb_cache_dir
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
v5:reference:adodb_cache_dir [2016/01/13 02:30] – ↷ Page moved from reference:adodb_cache_dir to v5:reference:adodb_cache_dir mnewnham | v5:reference:adodb_cache_dir [2016/03/20 02:43] (current) – [Description] mnewnham | ||
---|---|---|---|
Line 7: | Line 7: | ||
===== Description ===== | ===== Description ===== | ||
- | If you are using recordset caching, this is the directory to save your recordsets in. ** There is no default definition **. Define this before you call any caching functions such as [[CacheExecute]]. | + | If you are using recordset caching, this is the directory to save your recordsets in. ** There is no default definition **. Define this before you call any caching functions such as [[.connection: |
- | If using this feature with PHP versions less than 5.4 we recommend setting | + | If using this feature with PHP versions less than 5.4 we recommend setting |
+ | register_globals=off | ||
+ | |||
+ | in '' | ||
===== Performance considerations ===== | ===== Performance considerations ===== | ||
The speed of the query retrieval is dependent on the systems ability to read text files from a file system. Consider placing the cached queries on an SSD if available, or an in-memory filesystem | The speed of the query retrieval is dependent on the systems ability to read text files from a file system. Consider placing the cached queries on an SSD if available, or an in-memory filesystem |
v5/reference/adodb_cache_dir.1452648611.txt.gz · Last modified: 2017/04/21 11:32 (external edit)