influxdb/tsdb/engine
Daniel Morsing 71a83b7f9d Remove unused buffer allocation
The buffer allocation in bz1 was unused and I'm fairly certain that it
was harmful to performance if used. For queries that run through a bz1
block, needing to hold on to a 64kb block is expensive. Better to churn
on the allocator and have the blocks be released when they are unused
than to have 64kb hanging around for each series regardless of size.

Thanks to @jwilder for brainstorming this issue with me.
2015-08-25 14:51:17 -06:00
..
b1 Update store to properly manage WAL create/delete. 2015-08-21 11:22:04 -04:00
bz1 Remove unused buffer allocation 2015-08-25 14:51:17 -06:00
wal Merge pull request #3817 from influxdb/walmem 2015-08-25 13:29:42 -06:00
engine.go add bz1 storage engine 2015-08-03 14:32:17 -06:00