Skip to main content

Showing 1–2 of 2 results for author: Klyuchikov, E

Searching in archive cs. Search in all archives.
.
  1. arXiv:2304.08532  [pdf, other

    cs.DB cs.PF

    Hybrid Materialization in a Disk-Based Column-Store

    Authors: Evgeniy Klyuchikov, Elena Mikhailova, George Chernishev

    Abstract: In column-oriented query processing, a materialization strategy determines when lightweight positions (row IDs) are translated into tuples. It is an important part of column-store architecture, since it defines the class of supported query plans, and, therefore, impacts the overall system performance. In this paper we continue investigating materialization strategies for a distributed disk-based… ▽ More

    Submitted 17 April, 2023; originally announced April 2023.

    ACM Class: H.2.4; E.2

  2. arXiv:2105.09058  [pdf, other

    cs.DB cs.DC cs.PF

    Revisiting Data Compression in Column-Stores

    Authors: Alexander Slesarev, Evgeniy Klyuchikov, Kirill Smirnov, George Chernishev

    Abstract: Data compression is widely used in contemporary column-oriented DBMSes to lower space usage and to speed up query processing. Pioneering systems have introduced compression to tackle the disk bandwidth bottleneck by trading CPU processing power for it. The main issue of this is a trade-off between the compression ratio and the decompression CPU cost. Existing results state that light-weight compre… ▽ More

    Submitted 19 May, 2021; originally announced May 2021.

    ACM Class: H.2; E.2