Aliaksandr Valialkin
|
b8303afcd8
|
lib/storage: improve prioritizing of data ingestion over querying
Prioritize also small merges over big merges.
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/291
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/648
|
2020-07-23 01:40:38 +03:00 |
|
Aliaksandr Valialkin
|
23fa44e56e
|
lib/storage: reorder mergeBlockStreams() args in order to make them more consistent
|
2020-07-22 21:58:25 +03:00 |
|
Aliaksandr Valialkin
|
d962568e93
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
This will simplify examining the returned errors such as httpserver.ErrorWithStatusCode .
See https://blog.golang.org/go1.13-errors for details.
|
2020-06-30 23:33:46 +03:00 |
|
Aliaksandr Valialkin
|
1836c415e6
|
all: open-sourcing single-node version
|
2019-05-23 00:18:06 +03:00 |
|