.. |
block_header_test.go
|
|
|
block_header.go
|
|
|
block_stream_merger.go
|
Makefile: update golangci-lint from v1.51.2 to v1.54.2
|
2023-09-01 10:25:49 +02:00 |
block_stream_reader_test.go
|
Makefile: update golangci-lint from v1.51.2 to v1.54.2
|
2023-09-01 10:25:49 +02:00 |
block_stream_reader_timing_test.go
|
lib/{storage,mergeset}: convert InitFromFilePart to MustInitFromFilePart
|
2023-04-14 15:47:20 -07:00 |
block_stream_reader.go
|
lib/storage: avoid superflouos copy of block header data
|
2024-02-23 01:11:31 +02:00 |
block_stream_writer_timing_test.go
|
lib/storage: consistently use atomic.* types instead of atomic.* function calls on ordinary types
|
2024-02-24 00:33:07 +02:00 |
block_stream_writer.go
|
lib/storage: consistently use atomic.* types instead of atomic.* function calls on ordinary types
|
2024-02-24 00:33:07 +02:00 |
block_test.go
|
all: consistently use %w instead of %s in when error is passed to fmt.Errorf()
|
2023-10-26 09:44:40 +02:00 |
block.go
|
lib/storage: convert dedupsDuringMerge from uint64 to atomic.Uint64
|
2024-02-24 00:25:44 +02:00 |
dedup_test.go
|
|
|
dedup_timing_test.go
|
|
|
dedup.go
|
docs: mention staleNaN handling during deduplication
|
2024-01-16 20:11:45 +02:00 |
filenames.go
|
|
|
index_db_test.go
|
lib/storage: consistently use atomic.* types instead of atomic.* function calls on ordinary types
|
2024-02-24 00:33:07 +02:00 |
index_db_timing_test.go
|
lib/storage: replace the remaining atomic.* functions with atomic.* types for the sake of consistency
|
2024-02-24 00:51:03 +02:00 |
index_db.go
|
lib/storage: use unsafe.Slice instead of deprecated reflect.SliceHeader
|
2024-02-29 17:24:44 +02:00 |
inmemory_part_test.go
|
lib/{storage,mergeset}: convert InitFromFilePart to MustInitFromFilePart
|
2023-04-14 15:47:20 -07:00 |
inmemory_part_timing_test.go
|
|
|
inmemory_part.go
|
lib/{storage,mergeset}: convert InitFromFilePart to MustInitFromFilePart
|
2023-04-14 15:47:20 -07:00 |
merge_test.go
|
lib/storage: consistently use atomic.* types instead of atomic.* function calls on ordinary types
|
2024-02-24 00:33:07 +02:00 |
merge_timing_test.go
|
lib/storage: consistently use atomic.* types instead of atomic.* function calls on ordinary types
|
2024-02-24 00:33:07 +02:00 |
merge.go
|
lib/storage: consistently use atomic.* types instead of atomic.* function calls on ordinary types
|
2024-02-24 00:33:07 +02:00 |
metaindex_row_test.go
|
|
|
metaindex_row.go
|
|
|
metric_name_test.go
|
|
|
metric_name.go
|
lib/storage: consistently use atomic.* types instead of atomic.* function calls on ordinary types
|
2024-02-24 00:33:07 +02:00 |
part_header.go
|
lib/storage: fix typo
|
2023-11-21 12:22:49 +02:00 |
part_search_test.go
|
lib/{storage,mergeset}: convert InitFromFilePart to MustInitFromFilePart
|
2023-04-14 15:47:20 -07:00 |
part_search_timing_test.go
|
all: consistently use %w instead of %s in when error is passed to fmt.Errorf()
|
2023-10-26 09:44:40 +02:00 |
part_search.go
|
|
|
part.go
|
lib/{storage,mergeset}: convert InitFromFilePart to MustInitFromFilePart
|
2023-04-14 15:47:20 -07:00 |
partition_search_test.go
|
lib/storage: do not keep rawRows buffer across flush() calls
|
2024-02-23 01:06:09 +02:00 |
partition_search.go
|
|
|
partition_test.go
|
lib/storage: stop exposing vm_merge_need_free_disk_space metric
|
2023-09-25 17:00:14 +02:00 |
partition.go
|
lib/storage: consistently use atomic.* types instead of atomic.* function calls on ordinary types
|
2024-02-24 00:33:07 +02:00 |
raw_block.go
|
|
|
raw_row.go
|
lib/storage: consistently use atomic.* types instead of atomic.* function calls on ordinary types
|
2024-02-24 00:33:07 +02:00 |
search_test.go
|
lib/storage: replace OpenStorage() with MustOpenStorage()
|
2023-04-14 23:04:42 -07:00 |
search.go
|
app/vmselect: handle negative time range start in a generic manner inside NewSearchQuery()
|
2024-01-22 01:39:27 +02:00 |
storage_test.go
|
app/vmstorage: deprecate -snapshotCreateTimeout command-line flag
|
2024-02-23 04:51:57 +02:00 |
storage_timing_test.go
|
lib/storage: replace the remaining atomic.* functions with atomic.* types for the sake of consistency
|
2024-02-24 00:51:03 +02:00 |
storage.go
|
lib/storage: replace the remaining atomic.* functions with atomic.* types for the sake of consistency
|
2024-02-24 00:51:03 +02:00 |
table_search_test.go
|
lib/storage: properly free up resources from newTestStorage() by calling stopTestStorage()
|
2023-07-13 17:13:34 -07:00 |
table_search_timing_test.go
|
lib/storage: replace the remaining atomic.* functions with atomic.* types for the sake of consistency
|
2024-02-24 00:51:03 +02:00 |
table_search.go
|
|
|
table_test.go
|
flagutil: Make .Msecs private (#4906)
|
2023-09-03 10:37:57 +02:00 |
table_timing_test.go
|
lib/storage: properly free up resources from newTestStorage() by calling stopTestStorage()
|
2023-07-13 17:13:34 -07:00 |
table.go
|
lib/storage: consistently use atomic.* type for refCount and mustDrop fields in indexDB, table and partition structs
|
2024-02-24 00:26:26 +02:00 |
tag_filters_test.go
|
all: upgrade Go builder from Go1.21.7 to Go1.22.0
|
2024-02-12 22:14:00 +02:00 |
tag_filters_timing_test.go
|
|
|
tag_filters.go
|
lib/storage: consistently use atomic.* types instead of atomic.* function calls on ordinary types
|
2024-02-24 00:33:07 +02:00 |
time_test.go
|
|
|
time.go
|
|
|
tsid_test.go
|
|
|
tsid.go
|
|
|