An object placement advisor for DB2 using solid state storage

  • Authors:
  • Mustafa Canim;George A. Mihaila;Bishwaranjan Bhattacharjee;Kenneth A. Ross;Christian A. Lang

  • Affiliations:
  • University of Texas at Dallas, Richardson, TX;IBM Watson Research Center, Hawthorne, NY;IBM Watson Research Center, Hawthorne, NY;Columbia University, New York, NY;IBM Watson Research Center, Hawthorne, NY

  • Venue:
  • Proceedings of the VLDB Endowment
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Solid state disks (SSDs) provide much faster random access to data compared to conventional hard disk drives. Therefore, the response time of a database engine could be improved by moving the objects that are frequently accessed in a random fashion to the SSD. Considering the price and limited storage capacity of solid state disks, the database administrator needs to determine which objects (tables, indexes, materialized views, etc.), if placed on the SSD, would most improve the performance of the system. In this paper we propose a tool called "Object Placement Advisor" for making a wise decision for the object placement problem. By collecting profile inputs from workload runs, the advisor utility provides a list of objects to be placed on the SSD by applying heuristics like the greedy knapsack technique or dynamic programming. To show that the proposed approach is effective in conventional database management systems, we have conducted experiments on IBM DB2 with queries and schemas based on the TPC-H and TPC-C benchmarks. The results indicate that using a relatively small amount of SSD storage, the response time of the system can be reduced significantly by considering the recommendation of the advisor.