Web-enabling Cache Daemon for Complex Data
Ivan Voras, Mario Zagar

TL;DR
This paper introduces SQLcached, a cache daemon designed for complex data that uses SQL for data manipulation, offering fine-grained control and already proven effective in large web applications.
Contribution
The paper presents SQLcached, a novel cache daemon that supports complex data and SQL-based data management, enhancing web application performance.
Findings
Successfully implemented in large websites
Supports complex data types with SQL interface
Provides fine-grained control over caching operations
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Database Systems and Queries · Cloud Computing and Resource Management · Advanced Data Storage Technologies
