influxdb/tsdb/engine/tsm1
Jason Wilder 65464ea0d1 Merge pull request #8131 from influxdata/jw-values-merge
Use standard merge algorithm when merging Values
2017-03-15 09:51:21 -06:00
..
DESIGN.md doc: remove the implication that the wal directory is inside the shard directory. 2016-02-15 05:33:22 +11: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-14 11:54:53 -06:00
bool_test.go Make encoder re-usable 2016-09-26 12:19:15 -06:00
cache.go Merge branch '1.2' into jw-merge12 2017-03-06 11:09:05 -07:00
cache_race_test.go Use unbuffered error channels in tests 2017-01-17 10:53:15 -08:00
cache_test.go Add cache tests 2017-01-12 16:27:16 +00:00
compact.gen.go Use typed values to avoid allocations 2017-03-09 16:27:07 -07:00
compact.gen.go.tmpl Use typed values to avoid allocations 2017-03-09 16:27:07 -07:00
compact.gen.go.tmpldata Use typed values to avoid allocations 2017-03-09 16:27:07 -07:00
compact.go Use typed values to avoid allocations 2017-03-09 16:27:07 -07:00
compact_test.go Merge branch '1.2' into jw-merge12 2017-03-06 11:09:05 -07:00
cursor.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
encoding.gen.go Merge pull request #8131 from influxdata/jw-values-merge 2017-03-15 09:51:21 -06:00
encoding.gen.go.tmpl Merge pull request #8131 from influxdata/jw-values-merge 2017-03-15 09:51:21 -06:00
encoding.gen.go.tmpldata Generate encode*Values funcs 2017-03-14 11:54:53 -06:00
encoding.go Generate encode*Values funcs 2017-03-14 11:54:53 -06:00
encoding_test.go Fix broken Values.Merge benchmark 2017-03-14 14:20:24 -06:00
engine.go Use typed values to avoid allocations 2017-03-09 16:27:07 -07:00
engine_test.go Merge branch '1.2' into jw-merge-12 2017-02-22 12:13:29 -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 Add block type for BlockIterator 2017-03-09 09:16:59 -07:00
file_store_test.go Rename zap import back to github.com/uber-go/zap 2017-02-17 17:17:22 -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-14 11:54:53 -06:00
float_test.go Generate encode*Values funcs 2017-03-14 11:54:53 -06:00
int.go Generate encode*Values funcs 2017-03-14 11:54:53 -06:00
int_test.go Fix subtle bugs and remove dead code from tsdb 2017-01-17 09:47:34 -08: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 Fix subtle bugs and remove dead code from tsdb 2017-01-17 09:47:34 -08:00
reader.go Add block type for BlockIterator 2017-03-09 09:16:59 -07:00
reader_test.go Add block type for BlockIterator 2017-03-09 09:16:59 -07: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-14 11:54:53 -06:00
string_test.go Make encoder re-usable 2016-09-26 12:19:15 -06:00
timestamp.go Use simple8b.CountBytes to avoid allocations 2017-02-09 10:47:03 -07:00
timestamp_test.go Make encoder re-usable 2016-09-26 12:19:15 -06:00
tombstone.go Fix subtle bugs and remove dead code from tsdb 2017-01-17 09:47:34 -08: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 Merge branch '1.2' into mr-merge-12 2017-02-17 16:14:22 -08:00
wal_test.go Fix subtle bugs and remove dead code from tsdb 2017-01-17 09:47:34 -08:00
writer.go Update godoc for tsm1 package 2017-01-02 07:30:18 -08:00
writer_test.go Add block type for BlockIterator 2017-03-09 09:16:59 -07:00