Disable usage of LZ4 compression in the index as our index will comfortably fit into memory for the forseeable future.
Created by: adamreichold
This is a counter-point to #16 which instead of applying it to the datasets as well, disables it for the index. This is reasonable insofar both our index and our datasets currently fit comfortably into the main memory of our server which means we are not really avoid additional IO operations by compression and needlessly decompress page cache contents instead.
Fixes #3 (closed)