influxdb/tsdb/engine/tsm1
Edd Robinson 101af89987 Update CHANGELOG 2017-07-05 16:35:41 +01:00
..
DESIGN.md doc: remove the implication that the wal directory is inside the shard directory. 2016-02-15 05:33:22 +11:00
MANIFEST Fix tsi tests. 2017-03-15 11:23:58 -06:00
bit_reader.go Update godoc for tsm1 package 2017-01-02 07:30:18 -08:00
bit_reader_test.go Removed ineffective assignments, and added checks for errors that previsouly was not checked 2016-12-29 20:26:15 +01:00
bool.go Generate encode*Values funcs 2017-03-23 12:53:29 -06:00
bool_test.go Make encoder re-usable 2016-09-26 12:19:15 -06:00
cache.go Include snapshot size in the total cache size 2017-05-03 16:31:58 -06:00
cache_race_test.go Use unbuffered error channels in tests 2017-01-17 10:53:15 -08:00
cache_test.go Use buffer writer for wal segments 2017-05-10 11:42:32 -06:00
compact.gen.go Use typed values to avoid allocations 2017-03-23 12:53:17 -06:00
compact.gen.go.tmpl Use typed values to avoid allocations 2017-03-23 12:53:17 -06:00
compact.gen.go.tmpldata Use typed values to avoid allocations 2017-03-23 12:53:17 -06:00
compact.go Update CHANGELOG 2017-07-05 16:35:41 +01:00
compact_test.go Limit concurrent compactions within a shard 2017-05-12 14:05:24 -06:00
cursor.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
encoding.gen.go Use standard merge algorithm for merging values 2017-03-23 12:53:59 -06:00
encoding.gen.go.tmpl Use standard merge algorithm for merging values 2017-03-23 12:53:59 -06:00
encoding.gen.go.tmpldata Generate encode*Values funcs 2017-03-23 12:53:29 -06:00
encoding.go Use consistent receiver var name for Value types 2017-04-28 13:20:55 -06:00
encoding_test.go Fix broken Values.Merge benchmark 2017-03-23 12:53:50 -06:00
engine.go add database to index, engine and shard; call AuthorizeSeriesRead 2017-05-26 13:21:50 -07:00
engine_test.go add database to index, engine and shard; call AuthorizeSeriesRead 2017-05-26 13:21:50 -07:00
file_store.gen.go Fix unchecked error in templated Read${TYPE}Block 2016-12-19 09:31:26 -08:00
file_store.gen.go.tmpl Fix unchecked error in templated Read${TYPE}Block 2016-12-19 09:31:26 -08:00
file_store.gen.go.tmpldata Fix pathalogical TSM query case 2016-05-25 09:14:17 -06:00
file_store.go Remove per shard monitor goroutine 2017-05-03 16:31:57 -06:00
file_store_internal_test.go Use sorted merge in FileStore.WalkKeys 2017-04-03 08:57:52 -06:00
file_store_test.go Remove FileStore.Add/Remove 2017-04-28 13:20:55 -06:00
file_unix.go Fix tombstone rename on windows 2016-04-27 13:09:53 -06:00
file_windows.go Remove redundant windows build tags 2016-05-03 14:22:02 +01:00
float.go Generate encode*Values funcs 2017-03-23 12:53:29 -06:00
float_test.go Generate encode*Values funcs 2017-03-23 12:53:29 -06:00
int.go Generate encode*Values funcs 2017-03-23 12:53:29 -06:00
int_test.go Fix packed time encoded benchmark 2017-05-10 10:35:44 -06:00
iterator.gen.go Miscellaneous lint cleanup 2017-01-03 09:47:32 -08:00
iterator.gen.go.tmpl Miscellaneous lint cleanup 2017-01-03 09:47:32 -08:00
iterator.gen.go.tmpldata Switch all Value types from pointers 2016-11-15 16:13:55 -07:00
iterator.go Fix runtime: goroutine stack exceeds 1000000000-byte limit 2016-08-29 09:26:48 -06:00
mmap_solaris.go ran go fmt on mmap_solaris.go #4787 2015-12-07 17:41:26 -08:00
mmap_unix.go Remove dead code from various pkgs 2017-01-17 09:47:34 -08:00
mmap_windows.go fix munmap bug in the windows 2016-01-31 10:46:46 +08:00
pools.go Switch WAL byte pools to sync/pool 2017-04-20 12:28:42 -06:00
reader.go Fix deletes triggering unnecessary compactions 2017-05-08 14:52:28 -06:00
reader_test.go Fix deletes triggering unnecessary compactions 2017-05-08 14:52:28 -06:00
ring.go Increase number of cache partitions 2017-01-31 16:49:57 -07:00
ring_test.go Use unbuffered error channels in tests 2017-01-17 10:53:15 -08:00
string.go Generate encode*Values funcs 2017-03-23 12:53:29 -06:00
string_test.go Make encoder re-usable 2016-09-26 12:19:15 -06:00
timestamp.go Speed up time encoding/decoding 2017-05-10 11:12:35 -06:00
timestamp_test.go Fix packed time encoded benchmark 2017-05-10 10:35:44 -06:00
tombstone.go Use buffered writer when writing tombstones 2017-04-03 08:57:52 -06:00
tombstone_test.go Removed ineffective assignments, and added checks for errors that previsouly was not checked 2016-12-29 20:26:15 +01:00
wal.go cache MarshalSize 2017-05-12 14:05:25 -06:00
wal_test.go Use buffer writer for wal segments 2017-05-10 11:42:32 -06:00
writer.go Prevent writing series keys that exceed max key size 2017-05-24 13:41:09 -06:00
writer_test.go Prevent writing series keys that exceed max key size 2017-05-24 13:41:09 -06:00