Modern in-memory databases are typically used for high-performance workloads, therefore they have to be optimized for small memory footprint and high query speed at the same time. Data compression has the potential to reduce memory requirements but often reduces query speed too. In this paper we propose a novel, adaptive compressor that offers a new trade-off point of these dimensions, achieving better compression than LZ4 while reaching query speeds close to the fastest existing segment encoders. We evaluate our compressor both with synthetic data in isolation and on the TPC-H and Join Order Benchmarks, integrated into a modern relational column store, Hyrise
Modern columnar databases heavily use compression to reduce memory footprint and boost query executi...
One of the big challenges in the world was the amount of data being stored, especially in Data Wareh...
Analytics is moving to the cloud and data is moving into data lakes. These reside on object storage ...
Modern in-memory databases are typically used for high-performance workloads, therefore they have to...
Columnar databases have dominated the data analysis market for their superior performance in query p...
Domain encoding is a common technique to compress the columns of a column store and to accelerate ma...
Data compression is one way to gain better performance from a database. Compression is typically ach...
Over the last decades, improvements in CPU speed have outpaced improvements in main memory and disk ...
Column-oriented database system architectures invite a reevaluation of how and when data in database...
The last few years have seen an exponential increase, driven by many disparate fields such as big da...
High disk bandwidth in data-intensive applications is usually achieved with expensive hardware solu...
Column-oriented data are well suited for compression. Since values of the same column are stored con...
Thesis (M. Eng.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Compute...
Column oriented databases store columns contiguously on disk. The adjacency of values from the same ...
In this demo, we present MorphStore, an in-memory column store with a novel compression-aware query ...
Modern columnar databases heavily use compression to reduce memory footprint and boost query executi...
One of the big challenges in the world was the amount of data being stored, especially in Data Wareh...
Analytics is moving to the cloud and data is moving into data lakes. These reside on object storage ...
Modern in-memory databases are typically used for high-performance workloads, therefore they have to...
Columnar databases have dominated the data analysis market for their superior performance in query p...
Domain encoding is a common technique to compress the columns of a column store and to accelerate ma...
Data compression is one way to gain better performance from a database. Compression is typically ach...
Over the last decades, improvements in CPU speed have outpaced improvements in main memory and disk ...
Column-oriented database system architectures invite a reevaluation of how and when data in database...
The last few years have seen an exponential increase, driven by many disparate fields such as big da...
High disk bandwidth in data-intensive applications is usually achieved with expensive hardware solu...
Column-oriented data are well suited for compression. Since values of the same column are stored con...
Thesis (M. Eng.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Compute...
Column oriented databases store columns contiguously on disk. The adjacency of values from the same ...
In this demo, we present MorphStore, an in-memory column store with a novel compression-aware query ...
Modern columnar databases heavily use compression to reduce memory footprint and boost query executi...
One of the big challenges in the world was the amount of data being stored, especially in Data Wareh...
Analytics is moving to the cloud and data is moving into data lakes. These reside on object storage ...