influxdb/tsdb/engine/tsm1
Ben Johnson 9ad2b53881
intermediate
2017-11-09 09:18:33 -07: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
batch_cursor.gen.go optimized slice when outside timerange 2017-11-03 16:31:01 -07:00
batch_cursor.gen.go.tmpl optimized slice when outside timerange 2017-11-03 16:31:01 -07: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 influxdata/influxdb/influxql -> influxdata/influxql 2017-10-30 14:40:26 -07:00
cache_race_test.go Conver all keys from string to []byte in TSM engine 2017-07-28 11:00:50 -06:00
cache_test.go Fix cache mem size not including key size 2017-10-03 10:48:14 -06:00
compact.gen.go Reduce allocation in tsmKeyIterator.Next 2017-10-03 10:48:14 -06:00
compact.gen.go.tmpl Reduce allocation in tsmKeyIterator.Next 2017-10-03 10:48:14 -06:00
compact.gen.go.tmpldata Taught tsm1 storage engine how to read and write uint64 values 2017-07-24 09:03:22 -07:00
compact.go Abort BlockIterator iteration if deletes detected 2017-10-18 18:16:37 -06:00
compact_test.go Handle orphan lower level TSM files during full planning 2017-10-04 08:13:14 -06:00
encoding.gen.go Don't deduplicate a single value 2017-09-19 15:27:25 -06:00
encoding.gen.go.tmpl Don't deduplicate a single value 2017-09-19 15:27:25 -06:00
encoding.gen.go.tmpldata Taught tsm1 storage engine how to read and write uint64 values 2017-07-24 09:03:22 -07:00
encoding.gen_test.go fix FindValues panic for empty array 2017-09-19 14:23:32 -07:00
encoding.go influxdata/influxdb/influxql -> influxdata/influxql 2017-10-30 14:40:26 -07:00
encoding_test.go Taught tsm1 storage engine how to read and write uint64 values 2017-07-24 09:03:22 -07:00
engine.go intermediate 2017-11-09 09:18:33 -07:00
engine_cursor.go influxdata/influxdb/influxql -> influxdata/influxql 2017-10-30 14:40:26 -07:00
engine_test.go influxdata/influxdb/influxql -> influxdata/influxql 2017-10-30 14:40:26 -07:00
file_store.gen.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
file_store.gen.go.tmpl EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
file_store.gen.go.tmpldata Taught tsm1 storage engine how to read and write uint64 values 2017-07-24 09:03:22 -07:00
file_store.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
file_store_internal_test.go Use sorted merge in FileStore.WalkKeys 2017-04-03 08:57:52 -06:00
file_store_test.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07: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 Use math/bits in encoder 2017-09-26 12:51:08 +01: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 influxdata/influxdb/influxql -> influxdata/influxql 2017-10-30 14:40:26 -07:00
iterator.gen.go.tmpl Update the influxql path inside of the template files 2017-11-03 10:57:17 -05:00
iterator.gen.go.tmpldata Taught tsm1 storage engine how to read and write uint64 values 2017-07-24 09:03:22 -07:00
iterator.get_test.go influxdata/influxdb/influxql -> influxdata/influxql 2017-10-30 14:40:26 -07:00
iterator.go EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
mmap_unix.go Remove MADV_RANDOM 2017-09-25 10:25:06 -06:00
mmap_windows.go Release mmap pages when shard is cold 2017-09-18 11:51:51 -06:00
pools.go Switch WAL byte pools to sync/pool 2017-04-20 12:28:42 -06:00
reader.go Delete series in batches 2017-10-24 11:06:21 -06:00
reader_test.go Fix indirectIndex not removing fully deleted series 2017-10-18 18:16:41 -06:00
ring.go Fix 32bit alignment 2017-09-20 10:00:20 -06:00
ring_test.go Simplify cache ring 2017-09-19 15:27:25 -06:00
scheduler.go Allow lower priority compactions to use excess capacity 2017-10-04 08:11:44 -06:00
scheduler_test.go Rework compaction scheduling 2017-10-03 10:48:13 -06: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 Conver all keys from string to []byte in TSM engine 2017-07-28 11:00:50 -06:00
tombstone_test.go Conver all keys from string to []byte in TSM engine 2017-07-28 11:00:50 -06:00
wal.go Fix corrupted wal segment panic on 32 bit systems 2017-10-16 09:41:20 -06:00
wal_test.go Fix corrupted wal segment panic on 32 bit systems 2017-10-16 09:41:20 -06:00
writer.go Unconditionally remove file when calling Remove 2017-10-03 10:49:17 -06:00
writer_test.go Use disk when writing TSM index 2017-09-11 15:29:25 -06:00