VictoriaMetrics/lib/storage
2023-04-10 12:24:39 -07:00
..
block.go
block_header.go
block_header_test.go
block_stream_merger.go
block_stream_reader.go
block_stream_reader_test.go
block_stream_reader_timing_test.go
block_stream_writer.go
block_stream_writer_timing_test.go
block_test.go
dedup.go lib/storage: leave the last sample per each discrete interval during the deduplicaton 2022-05-02 21:50:45 +03:00
dedup_test.go lib/storage: leave the last sample per each discrete interval during the deduplicaton 2022-05-02 21:50:45 +03:00
dedup_timing_test.go
index_db.go lib/storage: fix the search for empty label name () 2022-08-30 11:00:48 +03:00
index_db_test.go lib/storage: put the (date, metricID) entry in dateMetricIDCache just after the corresponding series is registered in the per-day inverted index 2022-07-05 14:54:03 +03:00
index_db_timing_test.go lib/storage: properly take into account already registered series when -storage.maxHourlySeries or -storage.maxDailySeries limits are enabled 2022-06-20 13:47:47 +03:00
inmemory_part.go
inmemory_part_test.go
inmemory_part_timing_test.go
merge.go
merge_test.go
merge_timing_test.go
metaindex_row.go
metaindex_row_test.go
metric_name.go lib/storage: return marshaled metric names from SearchMetricNames 2022-06-28 18:17:15 +03:00
metric_name_test.go
part.go
part_header.go
part_header_test.go
part_search.go
part_search_test.go app/vmselect: optimize /api/v1/series a bit for time ranges smaller than one day 2022-06-28 13:02:47 +03:00
partition.go lib/storage: fix collect downsampling metrics () 2023-03-19 23:32:21 -07:00
partition_search.go all: make fmt via the upcoming Go1.19 2022-07-11 19:22:15 +03:00
partition_search_test.go app/vmselect: optimize /api/v1/series a bit for time ranges smaller than one day 2022-06-28 13:02:47 +03:00
partition_test.go
raw_block.go
raw_row.go
search.go lib/vmselectapi: pass storage.SearchQuery to API calls instead of []*storage.TagFilters + storage.TimeRange + maxMetrics 2022-07-06 12:37:54 +03:00
search_test.go app/vmselect: optimize /api/v1/series a bit for time ranges smaller than one day 2022-06-28 13:02:47 +03:00
storage.go fix sort pendingDateMetricsIDs () 2023-04-10 12:24:39 -07:00
storage_test.go lib/storage: fix TestUpdateCurrHourMetricIDs test when it runs on the first hour of the day by UTC 2023-02-27 15:52:42 -08:00
storage_timing_test.go
table.go lib/storage: fix collect downsampling metrics () 2023-03-19 23:32:21 -07:00
table_search.go
table_search_test.go app/vmselect: optimize /api/v1/series a bit for time ranges smaller than one day 2022-06-28 13:02:47 +03:00
table_search_timing_test.go app/vmselect: optimize /api/v1/series a bit for time ranges smaller than one day 2022-06-28 13:02:47 +03:00
table_test.go lib/storage: stop background merge when storage enters read-only mode 2022-06-01 14:36:45 +03:00
table_timing_test.go lib/storage: stop background merge when storage enters read-only mode 2022-06-01 14:36:45 +03:00
tag_filters.go all: make fmt via the upcoming Go1.19 2022-07-11 19:22:15 +03:00
tag_filters_test.go all: improve query tracing coverage for indexdb search 2022-06-09 20:07:07 +03:00
tag_filters_timing_test.go
time.go all: readability improvements for query traces 2022-06-30 18:20:33 +03:00
time_test.go
tsid.go
tsid_test.go