ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:learn_caching:introduction

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
v5:userguide:learn_caching:introduction [2016/03/27 19:25] – [Description] mnewnhamv5:userguide:learn_caching:introduction [2016/03/27 19:27] – [Solutions From ADOdb] mnewnham
Line 6: Line 6:
  
 However, in practice, improvements in database servers, disk drives and memory have made it difficult to obtain improvements in performance unless: However, in practice, improvements in database servers, disk drives and memory have made it difficult to obtain improvements in performance unless:
-  * The performance of the underlying system is extremely poor, for example in Microsoft Access Database +  * The performance of the underlying system is extremely poor, for example in Microsoft Access Databases (although this is a poor solution in the first place for this kind of system). 
   * All incremental improvements are considered appropriate, for example in high-volume OLTP environments.   * All incremental improvements are considered appropriate, for example in high-volume OLTP environments.
  
Line 15: Line 15:
  
   - A traditional, simple disk based caching system that can be installed locally   - A traditional, simple disk based caching system that can be installed locally
-  - A remote system memory caching server based on memcached.+  - A remote memory caching server based on memcached.
  
 ===== System Requirements ===== ===== System Requirements =====
v5/userguide/learn_caching/introduction.txt · Last modified: 2016/03/28 03:10 by mnewnham