influxdb/tsdb/engine/tsm1
Jon Seymour 11123d2694 Merge #5833 (issue: #5832).
Signed-off-by: Jon Seymour <jon@wildducktheories.com>
2016-02-26 07:59:03 +11:00
..
DESIGN.md doc: remove the implication that the wal directory is inside the shard directory. 2016-02-15 05:33:22 +11:00
bool.go refactor query engine 2016-02-10 09:40:25 -07:00
bool_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
cache.go tsm: cache: need to check that snapshot has been sorted. 2016-02-26 07:56:25 +11:00
cache_race_test.go tsm: cache: introduce commit lock to Cache 2016-02-25 12:10:37 +11:00
cache_test.go tsm: cache: add a test for the write sequence {6,1,snapshot,7,2} 2016-02-26 07:43:50 +11:00
compact.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
compact_test.go Add stats to tsm1.Cache 2016-02-19 16:37:34 -08:00
cursor.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
encoding.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
encoding_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
engine.go tsm: cache: introduce commit lock to Cache 2016-02-25 12:10:37 +11:00
engine_test.go Track stats for number of series, measurements 2016-02-24 08:10:16 -08:00
file_store.go Add disk stats for FileStore 2016-02-19 16:37:34 -08:00
file_store_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
file_unix.go fix TSMReader.Delete() and all unit tests is pass in the windows 2016-01-31 11:32:08 +08:00
file_windows.go fix TSMReader.Delete() and all unit tests is pass in the windows 2016-01-31 11:32:08 +08:00
float.go Return error if NaN is encoded in a block 2015-10-27 17:12:56 -06:00
float_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
int.go integer support 2016-02-10 09:40:25 -07:00
int_test.go integer support 2016-02-10 09:40:25 -07:00
iterator.gen.go remove NaN from query engine 2016-02-17 14:11:31 -07:00
iterator.gen.go.tmpl remove NaN from query engine 2016-02-17 14:11:31 -07:00
iterator.gen.go.tmpldata remove NaN from query engine 2016-02-17 14:11:31 -07:00
mmap_solaris.go ran go fmt on mmap_solaris.go #4787 2015-12-07 17:41:26 -08:00
mmap_unix.go Remove MAP_POPULATE 2016-01-08 08:45:27 -07:00
mmap_windows.go fix munmap bug in the windows 2016-01-31 10:46:46 +08:00
pools.go integer support 2016-02-10 09:40:25 -07:00
reader.go Remove custom binary-conversion functions 2016-02-18 13:56:35 -05:00
reader_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -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 TSMReader.Delete() and all unit tests is pass in the windows 2016-01-31 11:32:08 +08:00
tombstone_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
wal.go Add stats for current and old WAL segment sizes 2016-02-19 16:37:34 -08:00
wal_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
writer.go Remove custom binary-conversion functions 2016-02-18 13:56:35 -05:00
writer_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00