mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
docs/Single-server-VictoriaMetrics.md: typo fix
This commit is contained in:
parent
fe3444b124
commit
3e451ccdda
@ -1369,7 +1369,7 @@ cache when samples with timestamps older than `now - search.cacheTimestampOffset
|
|||||||
## Data updates
|
## Data updates
|
||||||
|
|
||||||
VictoriaMetrics doesn't support updating already existing sample values to new ones. It stores all the ingested data points
|
VictoriaMetrics doesn't support updating already existing sample values to new ones. It stores all the ingested data points
|
||||||
for the same time series with identical timestamps. While is possible substituting old time series with new time series via
|
for the same time series with identical timestamps. While it is possible substituting old time series with new time series via
|
||||||
[removal of old time series](#how-to-delete-timeseries) and then [writing new time series](#backfilling), this approach
|
[removal of old time series](#how-to-delete-timeseries) and then [writing new time series](#backfilling), this approach
|
||||||
should be used only for one-off updates. It shouldn't be used for frequent updates because of non-zero overhead related to data removal.
|
should be used only for one-off updates. It shouldn't be used for frequent updates because of non-zero overhead related to data removal.
|
||||||
|
|
||||||
|
@ -1369,7 +1369,7 @@ cache when samples with timestamps older than `now - search.cacheTimestampOffset
|
|||||||
## Data updates
|
## Data updates
|
||||||
|
|
||||||
VictoriaMetrics doesn't support updating already existing sample values to new ones. It stores all the ingested data points
|
VictoriaMetrics doesn't support updating already existing sample values to new ones. It stores all the ingested data points
|
||||||
for the same time series with identical timestamps. While is possible substituting old time series with new time series via
|
for the same time series with identical timestamps. While it is possible substituting old time series with new time series via
|
||||||
[removal of old time series](#how-to-delete-timeseries) and then [writing new time series](#backfilling), this approach
|
[removal of old time series](#how-to-delete-timeseries) and then [writing new time series](#backfilling), this approach
|
||||||
should be used only for one-off updates. It shouldn't be used for frequent updates because of non-zero overhead related to data removal.
|
should be used only for one-off updates. It shouldn't be used for frequent updates because of non-zero overhead related to data removal.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user