Skip to content

Disk Index Compression

lkairies edited this page Jun 12, 2014 · 1 revision

Introduction

This is a work in progress page collecting links and describing how the compression of the disk index in BabuDB works.

Related Work

LZO: http://blog.chrisgoffinet.com/2009/06/parallel-lzo-splittable-on-hadoop-using-cloudera/

Super-scalar RAM-CPU cache compression: http://www.cwi.nl/htbin/ins1/publications?request#pdfgz&key#ZuHeNeBo:ICDE:06 presents three light-weight compression/decompression algorithms.

Inverted index compression:

Good background and description of block-level compression, "How to barter bits for chronons: compression and bandwidth trade offs for database scans":

HyperTable, BigTable compression:

Clone this wiki locally