VictoriaMetrics/lib/mergeset
Aliaksandr Valialkin e3b18ca1ab lib/mergeset: skip createing temporary part objects when merging source inmemory parts
This should reduce CPU usage when adding new entries to inverted index.
This should alos prevent from creating stalled cleaner goroutines for the created temporary parts,
since they were never closed.

This should fix the following issue: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/316 .
2020-02-13 14:09:13 +02:00
..
block_header.go
block_stream_reader_test.go
block_stream_reader.go
block_stream_writer.go
encoding_test.go
encoding_timing_test.go
encoding.go
inmemory_part.go
merge_test.go
merge.go
metaindex_row.go
part_header.go
part_search_test.go
part_search.go
part.go
table_search_test.go
table_search_timing_test.go
table_search.go
table_test.go
table.go lib/mergeset: skip createing temporary part objects when merging source inmemory parts 2020-02-13 14:09:13 +02:00