International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 111 - Number 5 |
Year of Publication: 2015 |
Authors: Ishtiaq Ahmed, Sheesh Ahmad, Durga Shankar Shukla |
10.5120/19537-1193 |
Ishtiaq Ahmed, Sheesh Ahmad, Durga Shankar Shukla . Fast Retrieval with Column Store using RLE Compression Algorithm. International Journal of Computer Applications. 111, 5 ( February 2015), 30-34. DOI=10.5120/19537-1193
Column oriented database have continued to grow over the past few decades. C-Store, Vertica Monet DB and Lucid DB are popular open source column oriented database. Column-store in a nutshell, store each attribute values belonging to same column contiguously. Since column data is uniform type therefore, there are some opportunities for storage size optimization in Column-store, many renowned compression schemes such as RLE & LZW that make use of similarity of adjacent data to compress. Good Compression can also be achieved using bitmap index by order of magnitude through the sorting. The Run Length Encoding works best for the columns of ordered data, or data with few distinct values. This ensures long runs of identical values which RLE compresses quite well. In this paper we have put an effort to build a simulation of Column-Store and applied the best bitmap compression technique RLE which further improves the retrieval time.