Column-Compression

Interesting Links

  • Overview Upscaledb tried out different integer compression approaches and benchmarked them. Interesting as a short and well written introduction.
  • This professor apparently has developed almost all of the popular integer compression libraries :D Interesting to me are:
  • Masked VByte
  • StreamVByte apparently very fast
  • simdcomp BinPacking (but not the most uptodate)
  • SIMDCOmpression Similar to FastPFOr and TurboPFOr I think, but is optimized for sorted integers