ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:adodb_cache_dir

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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.217v5: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: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:cacheexecute]]. 
  
-If using this feature with PHP versions less than 5.4 we recommend setting _register_globals=off_ in php.ini  for security reasons.+If using this feature with PHP versions less than 5.4 we recommend setting  
 +  register_globals=off 
 + 
 +in ''php.ini'' for security reasons.
 ===== 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: 2016/03/20 02:43 by mnewnham