influxdb/tsdb/engine/tsm1
Ben Johnson 4a1a8c0041
Merge pull request #18689 from influxdata/batch-write-tombstones-when-deleting
perf(tsi1): batch write tombstone entries when dropping/deleting
2020-06-25 08:15:12 -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
array_cursor.gen.go fix(storage): ensure all block data returned 2020-01-21 18:00:11 +00:00
array_cursor.gen.go.tmpl fix(storage): ensure all block data returned 2020-01-21 18:00:11 +00:00
array_cursor_iterator.gen.go feat(tsm1): ArrayCursor interfaces and implementations 2018-07-16 08:55:37 -07:00
array_cursor_iterator.gen.go.tmpl feat(tsm1): ArrayCursor interfaces and implementations 2018-07-16 08:55:37 -07:00
array_cursor_iterator.go chore(flux): Update to Flux 0.7.1 2018-11-30 10:38:56 -07:00
array_encoding.go Rename time batch decoders 2018-10-16 12:05:52 +01:00
array_encoding_test.go feat(tsm1): ArrayCursor interfaces and implementations 2018-07-16 08:55:37 -07:00
batch_boolean.go Batch oriented boolean encoders 2018-10-16 12:05:52 +01:00
batch_boolean_test.go Batch oriented boolean encoders 2018-10-16 12:05:52 +01:00
batch_float.go feat(tsm1): Improve performance of Gorilla float block decoding 2018-10-16 17:28:36 -07:00
batch_float_test.go feat(tsm1): Improve performance of Gorilla float block decoding 2018-10-16 17:28:36 -07:00
batch_integer.go fix(encoding): Improve simple8b another 6%; fix inconsequential bug 2018-10-16 12:08:12 +01:00
batch_integer_test.go Fix misspelling identified by misspell 2019-02-03 20:27:43 +00:00
batch_string.go Remove stray fmt.Println in tsm1.StringArrayEncodeAll 2019-07-05 15:58:53 -07:00
batch_string_test.go chore: Fix constant for 32-bit architecture 2019-06-07 11:00:13 -07:00
batch_timestamp.go Fix TSM index maxtime modification 2018-10-29 15:44:31 +00:00
batch_timestamp_test.go feat(encoding): Improve timestamp encoding 2018-10-16 12:08:12 +01: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 Fix misspelling identified by misspell 2019-02-03 20:27:43 +00:00
bool_test.go pr(tsdb): Feedback items from PR review 2018-07-13 11:42:02 -07:00
cache.go TSM: Fix ShouldCompactCache without WAL 2018-06-13 17:37:17 -07:00
cache_race_test.go tsm/cache: Remove unused function parameter 2018-06-13 15:22:37 -07:00
cache_test.go tsm/cache: Remove unused function parameter 2018-06-13 15:22:37 -07:00
compact.gen.go fix(tsdb): Replace panic with error while de/encoding corrupt data 2020-04-01 20:51:11 +02:00
compact.gen.go.tmpl fix(tsdb): Replace panic with error while de/encoding corrupt data 2020-04-01 20:51:11 +02: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 fix(tsdb): Fix error lists 2020-04-01 14:54:39 -06:00
compact_test.go fix(tsdb): address staticcheck warning SA4006 (#18127) 2020-05-18 13:11:44 -04:00
digest.go fix(tsdb): Replace panic with error while de/encoding corrupt data 2020-04-01 20:51:11 +02:00
digest_reader.go error if manifest is read/written more than once 2018-10-22 14:42:05 -04:00
digest_test.go switch digests to use snappy compression 2018-08-23 13:02:12 -04:00
digest_writer.go error if manifest is read/written more than once 2018-10-22 14:42:05 -04:00
digest_writer_test.go error if manifest is read/written more than once 2018-10-22 14:42:05 -04:00
encoding.gen.go Add batch block encoders 2018-10-16 12:05:52 +01:00
encoding.gen.go.tmpl Add batch block encoders 2018-10-16 12:05:52 +01: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 Update test case 2018-09-14 14:09:24 -07:00
encoding.go fix(tsdb): address staticcheck warning st1006 (#18126) 2020-05-17 22:36:06 -04:00
encoding_test.go fix(tsdb): Replace panic with error while de/encoding corrupt data 2020-04-01 20:51:11 +02:00
engine.gen.go chore: Remove BatchCursor references 2018-08-24 11:56:04 -07:00
engine.gen.go.tmpl chore: Remove BatchCursor references 2018-08-24 11:56:04 -07:00
engine.go Merge pull request #18689 from influxdata/batch-write-tombstones-when-deleting 2020-06-25 08:15:12 -06:00
engine_cursor.go chore: Remove BatchCursor references 2018-08-24 11:56:04 -07:00
engine_test.go fix(tsm1): make Digest() safe for concurrent use 2019-11-12 18:02:41 -05:00
file_store.gen.go feat(tsm1): Add Read<type>ArrayBlock APIs to FileStore 2018-07-16 08:55:37 -07:00
file_store.gen.go.tmpl feat(tsm1): ArrayCursor interfaces and implementations 2018-07-16 08:55: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 fix: Handle snapshot related errors (#18710) 2020-06-25 10:05:04 -04:00
file_store_array.gen.go feat(tsm1): ArrayCursor interfaces and implementations 2018-07-16 08:55:37 -07:00
file_store_array_test.go fix(tsdb): Fix existing Prometheus tests based on batch cursors 2018-07-16 08:55:37 -07:00
file_store_key_iterator.go simplify packages under tsdb 2018-01-21 09:41:27 -08:00
file_store_key_iterator_test.go feat(tsm1): Add Read<Type>ArrayBlock APIs to TSMReader and mmapAccessor 2018-07-16 08:55:37 -07:00
file_store_observer.go tsdb: avoid nil checks on the observer 2018-05-23 13:15:41 -06:00
file_store_test.go tsdb: remove the shard id again 2018-05-23 13:04:54 -06:00
float.go Use math/bits exclusively instead of go-bits 2018-03-15 12:03:24 -07:00
float_test.go Batch oriented float encoders 2018-10-16 12:05:52 +01:00
int.go Generate encode*Values funcs 2017-03-23 12:53:29 -06:00
int_test.go Fix misspelling identified by misspell 2019-02-03 20:27:43 +00:00
iterator.gen.go reuse ValuerEval objects 2019-02-05 15:10:23 -06:00
iterator.gen.go.tmpl reuse ValuerEval objects 2019-02-05 15:10:23 -06: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.go Update the zap logger dependency 2017-11-10 16:27:16 -06:00
iterator_test.go Make closing TSM cursors idempotent 2018-02-21 09:05:54 -07:00
mmap_unix.go Wire in mmap advise hint to TSMReader 2018-08-03 16:27:39 +01:00
mmap_windows.go Wire in mmap advise hint to TSMReader 2018-08-03 16:27:39 +01:00
pools.go Do not drop on the floor small buffers 2018-02-17 20:41:07 +09:00
reader.gen.go feat(tsm1): Add Read<Type>ArrayBlock APIs to TSMReader and mmapAccessor 2018-07-16 08:55:37 -07:00
reader.gen.go.tmpl feat(tsm1): Add Read<Type>ArrayBlock APIs to TSMReader and mmapAccessor 2018-07-16 08:55:37 -07:00
reader.gen.go.tmpldata feat(tsm1): Add Read<Type>ArrayBlock APIs to TSMReader and mmapAccessor 2018-07-16 08:55:37 -07:00
reader.go fix(storage): skip TSM files with block read errors (#15885) 2019-12-13 15:05:39 -08:00
reader_test.go fix(tsdb): Replace panic with error while de/encoding corrupt data 2020-04-01 20:51:11 +02:00
ring.go Hash ring's hash mod 2018-06-07 12:03:01 +08:00
ring_test.go Reduce cache partitions to 16 2018-01-31 13:55:32 -07: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 Remove unused code/cleanup engine package 2018-01-20 13:56:45 +00:00
string_test.go pr(tsdb): Feedback items from PR review 2018-07-13 11:42:02 -07:00
timestamp.go Fix misspelling identified by misspell 2019-02-03 20:27:43 +00:00
timestamp_test.go pr(tsdb): Feedback items from PR review 2018-07-13 11:42:02 -07:00
tombstone.go refactor(storage): add tombstone extension 2019-11-17 14:43:38 +00:00
tombstone_test.go refactor(storage): add tombstone extension 2019-11-17 14:43:38 +00:00
wal.go fix(storage): ensure WAL size correctly set on startup 2019-06-28 16:20:45 +01:00
wal_test.go Fix data race in WAL 2018-03-15 12:51:30 +00:00
writer.go tsm1: ensure all written tsm files are fsynced 2018-06-25 11:36:22 -06:00
writer_test.go tsm1: ensure all written tsm files are fsynced 2018-06-25 11:36:22 -06:00