influxdb/tsdb/engine/bz1
Ben Johnson 3ce001929c Use 4KB default block size for bz1
This commit changes the default block size from 64KB to 4KB for
bz1. This was lowered because small blocks were being uncompressed,
merged, recompressed, and inserted for a large portion of updates.
This became slower and slower over time until it reached the 64KB
threshold. We moved to the 4KB threshold in order to lower the
impact of this recompression.
2015-08-26 11:05:01 -06:00
..
bz1.go Use 4KB default block size for bz1 2015-08-26 11:05:01 -06:00
bz1_test.go Fix bug with bz1 where some data would get hidden. 2015-08-25 16:16:59 -04:00