Sync Kit: A Persistent Client-Side Database Caching Toolkit for Data Intensive Websites. Benson, E., Marcus, A., Karger, D., & Madden, S. In pages 121-130.
abstract   bibtex   
We introduce a client-server toolkit called Sync Kit that demonstrates how client-side database storage can improve the performance of data intensive websites. Sync Kit is designed to make use of the embedded relational database defined in the upcoming HTML5 standard to offload some data storage and processing from a web server onto the web browsers to which it serves content. Our toolkit provides various strategies for synchronizing relational database tables between the browser and the web server, along with a client-side template library so that portions web applications may be executed client-side. Unlike prior work in this area, Sync Kit persists both templates and data in the browser across web sessions, increasing the number of concurrent connections a server can handle by up to a factor of four versus that of a traditional server-only web stack and a factor of three versus a recent template caching approach.
@inproceedings{ ben10,
  crossref = {www2010},
  author = {Edward Benson and Adam Marcus and David Karger and Samuel Madden},
  title = {Sync Kit: A Persistent Client-Side Database Caching Toolkit for Data Intensive Websites},
  uri = {http://db.csail.mit.edu/pubs/sync-kit.pdf},
  pages = {121-130},
  abstract = {We introduce a client-server toolkit called Sync Kit that demonstrates how client-side database storage can improve the performance of data intensive websites. Sync Kit is designed to make use of the embedded relational database defined in the upcoming HTML5 standard to offload some data storage and processing from a web server onto the web browsers to which it serves content. Our toolkit provides various strategies for synchronizing relational database tables between the browser and the web server, along with a client-side template library so that portions web applications may be executed client-side. Unlike prior work in this area, Sync Kit persists both templates and data in the browser across web sessions, increasing the number of concurrent connections a server can handle by up to a factor of four versus that of a traditional server-only web stack and a factor of three versus a recent template caching approach.}
}

Downloads: 0