-
Notifications
You must be signed in to change notification settings - Fork 12
Disk Index Compression
lkairies edited this page Jun 12, 2014
·
1 revision
This is a work in progress page collecting links and describing how the compression of the disk index in BabuDB works.
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:
- http://www2009.org/proceedings/pdf/p401.pdf
- http://nlp.stanford.edu/IR-book/html/htmledition/index-compression-1.html
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: