Database Systems for Advanced Applications - Part II RSKYCUBE

  • Kitagawa H
  • Ishikawa Y
  • Li Q
  • et al.
ISSN: 16113349
N/ACitations
Citations of this article
8Readers
Mendeley users who have this article in their library.

Abstract

Compression in column-oriented databases has been proven to offer both performance enhancements and reductions in storage consumption. This is especially true for read access as compressed data can directly be processed for query execution.Nevertheless, compression happens to be disadvantageous when it comes to write access due to unavoidable re-compression: write-access requires significantly more data to be read than involved in the particular operation, more tuples may have to be modified depending on the compression algorithm, and table-level locks have to be acquired instead of row-level locks as long as no second version of the data is stored. As an effect the duration of a single modification — both insert and update — limits both throughput and response time significantly. In this paper, we propose to use an additional write-optimized buffer to maintain the delta that in conjunction with the compressed main store represents the current state of the data. This buffer facilitates an uncompressed, column-oriented data structure. To address the mentioned disadvantages of data compression, we trade write-performance for query-performance and memory consumption by using the buffer as an intermediate storage for several modifications which are then populated as a bulk in a merge operation. Hereby, the overhead created by one single re-compression is shared among all recent modifications. We evaluated our implementation inside SAP’s in memory column store. We then analyze the different parameters influencing the merge process, and make a complexity analysis. Finally, we show optimizations regarding resource consumption and merge duration.

Cite

CITATION STYLE

APA

Kitagawa, H., Ishikawa, Y., Li, Q., Watanabe, C., Krüger, J., Grund, M., … Faerber, F. (2017). Database Systems for Advanced Applications - Part II RSKYCUBE. (H. Kitagawa, Y. Ishikawa, Q. Li, & C. Watanabe, Eds.), Florida dental journal (Vol. 5982, pp. 291-305–305). Springer Berlin Heidelberg. Retrieved from http://www.springerlink.com/content/u640483029020q0h/ http://link.springer.com/10.1007/978-3-642-12098-5 http://www.ncbi.nlm.nih.gov/pubmed/4520227

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free