.. |
block.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
block_header.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
block_header_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
block_stream_merger.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
block_stream_reader.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
block_stream_reader_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
block_stream_reader_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
block_stream_writer.go
|
lib/fs: consistency renaming SyncPath -> MustSyncPath, since it doesnt return error
|
2019-06-11 23:13:49 +03:00 |
block_stream_writer_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
index_db.go
|
lib/storage: do not reduce maxMetrics on time ranges exceeding maxDaysForDateMetricIDs
|
2019-07-12 02:20:34 +03:00 |
index_db_test.go
|
lib/storage: make sure non-nil args are passed to openIndexDB
|
2019-06-25 20:10:04 +03:00 |
index_db_timing_test.go
|
lib/storage: make sure non-nil args are passed to openIndexDB
|
2019-06-25 20:10:04 +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 |
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 |
merge.go
|
lib/storage: mention source parts on merge error
|
2019-06-24 14:08:43 +03:00 |
merge_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
merge_timing_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 |
metaindex_row_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
metric_name.go
|
lib/storage: use fast path for orSuffix when searching for metricIDs against plain tag value
|
2019-07-11 14:48:37 +03:00 |
metric_name_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
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 |
part_header.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
part_header_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
part_search.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
part_search_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
partition.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 |
partition_search.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
partition_search_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
partition_test.go
|
Makefile: add -s flag to go fmt in make fmt command
|
2019-05-25 21:43:35 +03:00 |
raw_block.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
raw_row.go
|
all: fix misspellings
|
2019-05-25 21:51:11 +03:00 |
search.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
search_test.go
|
lib/storage: typo fixes found by golangci-lint; updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/69
|
2019-06-20 14:37:55 +03:00 |
storage.go
|
lib/storage: do not pollute inverted index with data for samples outside the retention period
|
2019-07-11 17:04:56 +03:00 |
storage_test.go
|
lib/storage: optimize time series lookup for recent hours when the db contains many millions of time series with high churn rate (aka frequent deployments in Kubernetes)
|
2019-06-09 19:13:56 +03:00 |
storage_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
table.go
|
lib/storage: do not pollute inverted index with data for samples outside the retention period
|
2019-07-11 17:04:56 +03:00 |
table_search.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
table_search_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
table_search_timing_test.go
|
lib/storage: typo fixes found by golangci-lint; updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/69
|
2019-06-20 14:37:55 +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 |
tag_filters.go
|
lib/storage: use fast path for orSuffix when searching for metricIDs against plain tag value
|
2019-07-11 14:48:37 +03:00 |
tag_filters_test.go
|
lib/storage: use fast path for orSuffix when searching for metricIDs against plain tag value
|
2019-07-11 14:48:37 +03:00 |
tag_filters_timing_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
time.go
|
lib/storage: optimize time series lookup for recent hours when the db contains many millions of time series with high churn rate (aka frequent deployments in Kubernetes)
|
2019-06-09 19:13:56 +03:00 |
time_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
tsid.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
tsid_test.go
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |