Jason Wilder
a38c95ec85
Update compactions to run concurrently
...
This has a few changes in it (unfortuantely). The main change is to run compactions
concurrently. While implementing this, a few query and performance bugs showed up that
are also fixed by this commit.
2015-12-23 18:01:11 -07:00
Jason Wilder
421a127f11
Add indirectIndex.UnmarshalBinary benchmark
2015-12-17 15:38:51 -07:00
Jason Wilder
97435b9124
Return minTime/maxTime from BlockIterator.Read
2015-12-16 11:16:16 -07:00
Jason Wilder
ce6de9728e
Add test for BlockIterator with multiple blocks for a key
2015-12-16 11:16:16 -07:00
Jason Wilder
4a3037814f
Add WriteBlock to TSMWriter
2015-12-16 11:16:16 -07:00
Jason Wilder
d99c1f944e
Add BlockIterator for reading TSM blocks without decoding
2015-12-16 11:16:16 -07:00
Jason Wilder
928aef04cd
Split data_file.go into reader.go and writer.go
2015-12-16 11:16:16 -07:00