v5:reference:adodb_cache_dir
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| v5:reference:adodb_cache_dir [2016/01/18 00:44] – ↷ Links adapted because of a move operation 66.249.75.217 | v5:reference:adodb_cache_dir [2016/03/20 02:43] (current) – [Description] mnewnham | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| 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 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.txt · Last modified: by mnewnham
