Aliaksandr Valialkin

Results 646 comments of Aliaksandr Valialkin

The `vmbackup` process must run as a sidecar in the `vmstorage` pod, so it could access the snapshot created by `vmstorage` in local filesystem. It looks like `vmbackup` runs in...

> does this bring in any limitation on concurrent queries in a cluster? `vmselect` queries all the `vmstorage` nodes in the cluster on every incoming request. This scales well, since...

> when add a new vmstorage, should restart all vmselect and vminsert nodes.... Why is it designed like this? The list of `vmstorage` nodes in the cluster must be passed...

@f41gh7 , could you look into this issue?

The `delete_series` API is intended for one-off deletion of accidentally inserted invalid time series. It isn't intended for deleting time series at regular interval or deleting old time series -...

@morozovsk , unfortunately VictoriaMetrics doesn't support partial deletion of time series on the given time range. Only the whole time series can be deleted. There are the following workarounds for...

> In this case I could use " -dedup.minScrapeInterval" set to the minimal scrape interval FYI, the minimum supported value for `-dedup.minScrapeInterval` was 8ms until [v1.34.8](https://github.com/VictoriaMetrics/VictoriaMetrics/releases). All the smaller values...

FYI, VictoriaMetrics supports retention smaller than one month starting from [v1.45.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases).

There is draft pull request, which allows updating raw samples for a particular time series on a particular time range - https://github.com/VictoriaMetrics/VictoriaMetrics/pull/2885 . You can try building VictoriaMetrics from this...