.. |
block_header_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
block_header.go
|
lib/storage: pre-allocate memory for blockHeader slice in unmarshalBlockHeaders
|
2019-08-19 12:46:33 +03:00 |
block_stream_merger.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
block_stream_reader_test.go
|
all: add support for GOARCH=386 and fix all the issues related to 32-bit architectures such as GOARCH=arm
|
2019-10-17 18:23:23 +03:00 |
block_stream_reader_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
block_stream_reader.go
|
lib/storage: remove interface conversion in hot path during block merging
|
2019-11-03 12:33:34 +02:00 |
block_stream_writer_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
block_stream_writer.go
|
all: add -dedup.minScrapeInterval command-line flag for data de-duplication
|
2020-01-31 01:16:57 +02:00 |
block.go
|
all: add -dedup.minScrapeInterval command-line flag for data de-duplication
|
2020-01-31 01:16:57 +02:00 |
dedup.go
|
lib/storage: move -dedup.minScrapeInterval flag outside lib/storage, so it doesnt show up in vminsert in cluster version
|
2020-02-10 13:09:51 +02:00 |
index_db_test.go
|
all: remove the remaining mentions of cluster version
|
2019-11-21 23:18:22 +02:00 |
index_db_timing_test.go
|
lib/storage: verify the number of returned metricIDs in BenchmarkHeadPostingForMatchers
|
2019-11-20 15:39:28 +02:00 |
index_db.go
|
lib/storage: reduce memory allocations when merging metricID sets
|
2020-01-17 22:10:44 +02:00 |
inmemory_part_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
inmemory_part_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
inmemory_part.go
|
all: add vm_data_size_bytes metrics for easy monitoring of on-disk data size and on-disk inverted index size
|
2019-07-04 19:42:30 +03:00 |
merge_test.go
|
all: add support for GOARCH=386 and fix all the issues related to 32-bit architectures such as GOARCH=arm
|
2019-10-17 18:23:23 +03:00 |
merge_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
merge.go
|
lib/storage: create and use lib/uint64set instead of map[uint64]struct{}
|
2019-09-24 21:17:55 +03:00 |
metaindex_row_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
metaindex_row.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
metric_name_test.go
|
lib/storage: pass pointer to MetricName in Fatalf, so it is properly detected as an interface with String() method
|
2019-11-04 01:07:19 +02:00 |
metric_name.go
|
lib/{storage,mergeset}: merge tag->metricID rows into tag->metricIDs rows for common tag values
|
2019-09-20 22:06:41 +03:00 |
part_header_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
part_header.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
part_search_test.go
|
app/vmselect: optimize /api/v1/series by skipping storage data
|
2019-08-04 23:01:28 +03:00 |
part_search.go
|
all: rename ReadAt* to MustReadAt* in order to dont clash with io.ReaderAt
|
2020-01-30 15:08:58 +02:00 |
part.go
|
all: rename ReadAt* to MustReadAt* in order to dont clash with io.ReaderAt
|
2020-01-30 15:08:58 +02:00 |
partition_search_test.go
|
lib/storage: scale ingestion performance by sharding rawRows on systems with more than 8 CPU cores
|
2019-12-19 18:18:29 +02:00 |
partition_search.go
|
lib/storage: share tsids across all the partSearch instances
|
2019-09-23 22:35:15 +03:00 |
partition_test.go
|
lib/{mergeset,storage}: fix uint64 counters alignment for 32-bit architectures (GOARCH=386, GOARCH=arm)
|
2020-01-14 22:47:04 +02:00 |
partition.go
|
all: consistently log durations in seconds with millisecond precision
|
2020-01-22 18:28:27 +02:00 |
raw_block.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
raw_row.go
|
lib/storage: optimize TSID comparison
|
2019-09-26 14:16:02 +03:00 |
search_test.go
|
lib/storage: remove inmemory index for recent hour, since it uses too much memory
|
2019-11-13 17:58:07 +02:00 |
search.go
|
lib/storage: pre-fetch metricNames for the found metricIDs in Search.Init
|
2020-01-30 15:08:51 +02:00 |
storage_test.go
|
lib/uint64set: reduce memory usage in Union, Intersect and Subtract methods
|
2020-01-15 12:12:49 +02:00 |
storage_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
storage.go
|
lib/storage: re-use indexSearch inside Storage.prefetchMetricNames
|
2020-01-31 01:16:53 +02:00 |
table_search_test.go
|
app/vmselect: optimize /api/v1/series by skipping storage data
|
2019-08-04 23:01:28 +03:00 |
table_search_timing_test.go
|
app/vmselect: optimize /api/v1/series by skipping storage data
|
2019-08-04 23:01:28 +03:00 |
table_search.go
|
lib/storage: share tsids across all the partSearch instances
|
2019-09-23 22:35:15 +03:00 |
table_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
table_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
table.go
|
all: consistently log durations in seconds with millisecond precision
|
2020-01-22 18:28:27 +02:00 |
tag_filters_test.go
|
lib/storage: properly match labels against regexp with (?i) flag
|
2019-09-26 11:03:10 +03:00 |
tag_filters_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
tag_filters.go
|
lib/storage: fix printing tag filters in TagFilters.String
|
2019-12-03 14:25:13 +02:00 |
time_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
time.go
|
lib/storage: remove unused code from getMetricIDsForTimeRange: it is expected that time range is always non-zero
|
2019-11-09 19:03:34 +02:00 |
tsid_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
tsid.go
|
all: remove the remaining mentions of cluster version
|
2019-11-21 23:18:22 +02:00 |