Hybrid in-memory and on-disk tables for speeding-up table accesses

  • Authors:
  • Joan Guisado-Gámez;Antoni Wolski;Calisto Zuzarte;Josep-Lluís Larriba-Pey;Victor Muntés-Mulero

  • Affiliations:
  • Departament d'Arquitectura de Computadors, Universitat Politècnica de Catalunya, Barcelona;IBM Helsinki Laboratory, Finland;IBM Toronto Laboratory, Markham, Ontario, Canada;Departament d'Arquitectura de Computadors, Universitat Politècnica de Catalunya, Barcelona;Departament d'Arquitectura de Computadors, Universitat Politècnica de Catalunya, Barcelona

  • Venue:
  • DEXA'10 Proceedings of the 21st international conference on Database and expert systems applications: Part I
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Main memory database management systems have become essential for response-time-bounded applications, such as those in telecommunications systems or Internet, where users frequently access a table in order to get information or check whether an element exists, and require the response to be as fast as possible. Continuous data growth is making it unaffordable to keep entire relations in memory and some commercial applications provide two different engines to handle data in-memory and on-disk separately. However, these systems assign each table to one of these engines, forcing large relations to be kept on secondary storage. In this paper we present TwinS -- a hybrid database management system that allows managing hybrid tables, i.e. tables partially managed by both engines. We show that we can reduce response time when accessing a large table in the database. All our experiments have been run on a dual-engine DBMS: IBM®SolidDB®.