influxdb/tsdb/engine/tsm1
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
..
DESIGN.md Move to simpler cache 2015-11-20 21:09:24 -08:00
bool.go tsm1 meta lint 2015-10-15 15:03:10 -06:00
bool_test.go tsm1 meta lint 2015-10-15 15:03:10 -06:00
cache.go Update TSM to delete from the WAL/cache 2015-12-07 14:35:48 -05:00
cache_test.go Fix growing destination buffer during WAL entry encoding 2015-12-10 11:46:40 -08:00
compact.go Update compactions to run concurrently 2015-12-23 18:01:11 -07:00
compact_test.go Update compactions to run concurrently 2015-12-23 18:01:11 -07:00
cursor.go Update TSM, remove old version, add config 2015-12-06 18:50:39 -05:00
encoding.go Skip decoding blocks that are already full 2015-12-17 12:47:05 -07:00
encoding_test.go Skip decoding blocks that are already full 2015-12-17 12:47:05 -07:00
engine.go Update compactions to run concurrently 2015-12-23 18:01:11 -07:00
engine_test.go Update compactions to run concurrently 2015-12-23 18:01:11 -07:00
file_store.go Update compactions to run concurrently 2015-12-23 18:01:11 -07:00
file_store_test.go Update compactions to run concurrently 2015-12-23 18:01:11 -07:00
float.go Return error if NaN is encoded in a block 2015-10-27 17:12:56 -06:00
float_test.go Return error if NaN is encoded in a block 2015-10-27 17:12:56 -06:00
int.go tsm1 meta lint 2015-10-15 15:03:10 -06:00
int_test.go Add run-length encoding to int64 encoder 2015-10-14 19:23:58 -06:00
mmap_solaris.go ran go fmt on mmap_solaris.go #4787 2015-12-07 17:41:26 -08:00
mmap_unix.go Update compactions to run concurrently 2015-12-23 18:01:11 -07:00
mmap_windows.go Added logic To let the memeory mapped files to renamed by OS. Now a copy 2015-12-10 01:07:50 +05:30
pools.go Move pools to separate file 2015-11-24 09:44:37 -07:00
reader.go Fix blocks not sorted correctly when chunking 2015-12-23 18:01:11 -07:00
reader_test.go Update compactions to run concurrently 2015-12-23 18:01:11 -07:00
string.go tsm1 meta lint 2015-10-15 15:03:10 -06:00
string_test.go add tsm1 quickcheck tests 2015-10-08 11:59:57 -06:00
timestamp.go Skip decoding blocks that are already full 2015-12-17 12:47:05 -07:00
timestamp_test.go Skip decoding blocks that are already full 2015-12-17 12:47:05 -07:00
tombstone.go Fix performance of dropping large number of keys 2015-12-08 10:47:06 -07:00
tombstone_test.go Fix performance of dropping large number of keys 2015-12-08 10:47:06 -07:00
wal.go Add comment explaining magic number 2015-12-10 11:46:40 -08:00
wal_test.go Fix growing destination buffer during WAL entry encoding 2015-12-10 11:46:40 -08:00
writer.go Update compactions to run concurrently 2015-12-23 18:01:11 -07:00
writer_test.go Update compactions to run concurrently 2015-12-23 18:01:11 -07:00