vix.ing · top · new · best · stats · spec

Web-enabling Cache Daemon for Complex Data

2009/10/01 by Ivan Voras, Voras, Ivan, Mario Žagar +2
Computer Science · #Advanced Data Storage Technologies #Advanced Database Systems and Queries #Cloud Computing and Resource Management #cs.DC #cs.NI

paper · pdf · doi:10.48550/arxiv.0910.0187

arxiv created 2009/10/01 · arxiv updated 2009/12/01

Abstract

One of the most common basic techniques for improving the performance of web applications is caching frequently accessed data in fast data stores, colloquially known as cache daemons. In this paper we present a cache daemon suitable for storing complex data while maintaining fine-grained control over data storage, retrieval and expiry. Data manipulation in this cache daemon is performed via standard SQL statements so we call it SQLcached. It is a practical, usable solution already implemented in several large web sites.

Related