VictoriaMetrics/lib/storage
2021-06-08 13:06:12 +03:00
..
block_header_test.go lib/storage: typo fix: umarshal -> unmarshal 2021-03-02 20:47:59 +02:00
block_header.go
block_stream_merger.go
block_stream_reader_test.go
block_stream_reader_timing_test.go
block_stream_reader.go
block_stream_writer_timing_test.go lib/storage: skip deduplication when creating inmemory data blocks 2021-02-09 02:25:32 +02:00
block_stream_writer.go spelling fix: adjacent (#1115) 2021-03-09 09:18:19 +02:00
block_test.go
block.go lib/storage: drop more samples outside the given retention during background merge 2020-11-01 23:35:06 +02:00
dedup_test.go all: spelling fix: superflouos->superfluous. This is a follow-up for 0acdab3ab9 2020-11-24 12:42:22 +02:00
dedup_timing_test.go
dedup.go
index_db_test.go lib/storage: do not populate MetricID->MetricName cache during data ingestion 2021-05-24 03:02:46 +03:00
index_db_timing_test.go lib/storage: disable composite index usage when querying old data 2021-02-10 14:57:50 +02:00
index_db.go lib/storage: properly account the number of loops spent when matching for or suffixes 2021-06-08 13:06:12 +03:00
inmemory_part_test.go
inmemory_part_timing_test.go
inmemory_part.go
merge_test.go app/vmstorage: support for -retentionPeriod smaller than one month 2020-10-20 14:31:44 +03:00
merge_timing_test.go app/vmstorage: support for -retentionPeriod smaller than one month 2020-10-20 14:31:44 +03:00
merge.go lib/storage: do not update b.nextIdx if no samples are removed because of retention 2021-03-29 12:00:21 +03:00
metaindex_row_test.go
metaindex_row.go
metric_name_test.go app/vminsert: add support for data ingestion via other vminsert nodes 2021-05-08 19:52:57 +03:00
metric_name.go lib/storage: remove possible data race when logging dropped labels 2021-05-20 02:47:22 +03:00
part_header_test.go
part_header.go
part_search_test.go
part_search.go lib/{mergeset,storage}: do not use pools for indexBlock and inmemoryBlock during their caching, since this results in higher memory usage in production without any performance gains 2021-02-21 21:18:59 +02:00
part.go lib/{mergeset,storage}: do not use pools for indexBlock and inmemoryBlock during their caching, since this results in higher memory usage in production without any performance gains 2021-02-21 21:18:59 +02:00
partition_search_test.go app/vmstorage: support for -retentionPeriod smaller than one month 2020-10-20 14:31:44 +03:00
partition_search.go
partition_test.go lib/{mergeset,storage}: allow merging smaller number of small parts 2021-02-21 21:28:36 +02:00
partition.go lib/storage: allow filling all the rows up to their capacity in rawRowsShard.addRows 2021-05-24 15:22:59 +03:00
raw_block.go
raw_row.go lib/storage: skip deduplication when creating inmemory data blocks 2021-02-09 02:25:32 +02:00
search_test.go app/vmstorage: add ability to limit series cardinality via -storage.maxHourlySeries and -storage.maxDailySeries command-line flags 2021-05-20 14:15:19 +03:00
search.go lib/storage: code clarification: remove caching the found metricName in searchMetricName 2021-04-13 10:22:21 +03:00
storage_test.go lib/storage: reduce memory allocations when syncing dateMetricIDCache 2021-06-03 16:20:42 +03:00
storage_timing_test.go app/vmstorage: add ability to limit series cardinality via -storage.maxHourlySeries and -storage.maxDailySeries command-line flags 2021-05-20 14:15:19 +03:00
storage.go lib/storage: reduce memory allocations when syncing dateMetricIDCache 2021-06-03 16:20:42 +03:00
table_search_test.go app/vmstorage: support for -retentionPeriod smaller than one month 2020-10-20 14:31:44 +03:00
table_search_timing_test.go all: properly handle CPU limits set on the host system/container 2020-12-08 21:07:29 +02:00
table_search.go app/vmstorage: support for -retentionPeriod smaller than one month 2020-10-20 14:31:44 +03:00
table_test.go app/vmstorage: support for -retentionPeriod smaller than one month 2020-10-20 14:31:44 +03:00
table_timing_test.go all: properly handle CPU limits set on the host system/container 2020-12-08 21:07:29 +02:00
table.go lib/storage: sort tag filters by the number of loops they need for the execution 2021-02-18 12:47:38 +02:00
tag_filters_test.go lib/storage: use composite index for a query with a name filter and negative filters 2021-02-18 18:57:23 +02:00
tag_filters_timing_test.go
tag_filters.go lib/storage: further tuning for time series search 2021-03-16 18:46:22 +02:00
time_test.go
time.go
tsid_test.go
tsid.go