Open ShannonBase opened 1 month ago
I think this will help you.
https://mega.co.nz/#!qq4nATTK!oDH5tb3NOJcsSw5fRGhLC8dvFpH3zFCn6U2esyTVcJA Archive codepass: changeme
you may need to install the c compiler
"C-Store: A Column-oriented DBMS"
Authors: Mike Stonebraker, Daniel J. Abadi, Adam Batkin, et al.
Published in: VLDB, 2005
Relevance: Introduces column-oriented database concepts, which are fundamental to HCC.
"Integrating Compression and Execution in Column-Oriented Database Systems"
Authors: Daniel J. Abadi, Samuel R. Madden, Miguel C. Ferreira
Published in: SIGMOD, 2006
Relevance: Discusses compression techniques in column-oriented databases.
"Weaving Relations for Cache Performance"
Authors: Ailamaki, A., DeWitt, D. J., Hill, M. D., & Skounakis, M.
Published in: VLDB, 2001
Relevance: Explores hybrid row-column storage layouts, similar to HCC's approach.
"Column-Stores vs. Row-Stores: How Different Are They Really?"
Authors: Daniel J. Abadi, Samuel R. Madden, Nabil Hachem
Published in: SIGMOD, 2008
Relevance: Compares column and row storage, providing insights into hybrid approaches.
"Bitmap Index Design and Evaluation"
Authors: Kesheng Wu, Ekow J. Otoo, Arie Shoshani
Published in: SIGMOD, 2001
Relevance: Discusses bitmap indexes, which are often used in conjunction with columnar compression.
"Efficient Columnar Storage in B-trees"
Authors: Goetz Graefe, Kuno H.
Published in: SIGMOD Record, 2011
Relevance: Explores integrating columnar storage into traditional B-tree structures.
"Dremel: Interactive Analysis of Web-Scale Datasets"
Authors: Sergey Melnik, Andrey Gubarev, Jing Jing Long, et al.
Published in: VLDB, 2010
Relevance: Presents a system for querying nested data, with some similarities to HCC's approach.
"MonetDB/X100: Hyper-Pipelining Query Execution"
Authors: Peter Boncz, Marcin Zukowski, Niels Nes
Published in: CIDR, 2005
Relevance: Discusses vectorized query execution, which is often used with columnar storage.
I think this will help you.
https://mega.co.nz/#!qq4nATTK!oDH5tb3NOJcsSw5fRGhLC8dvFpH3zFCn6U2esyTVcJA Archive codepass: changeme
you may need to install the c compiler
Thanks.
Summary
To enable data compression for rapid engine. and to support data scanning on compressed data block without uncompressing the data.