README.md: mention that vminsert spreads data amount vmstorage nodes using consistent hashing

This commit is contained in:
Aliaksandr Valialkin 2019-07-07 22:00:32 +03:00
parent 36636c1f6f
commit 61f6f63964

View File

@ -23,7 +23,7 @@ Single-node version is easier to configure and operate comparing to cluster vers
VictoriaMetrics cluster consists of the following services:
- `vmstorage` - stores the data
- `vminsert` - proxies the ingested data to `vmstorage`
- `vminsert` - proxies the ingested data to `vmstorage` shards using consistent hashing
- `vmselect` - performs incoming queries using the data from `vmstorage`
Each service may scale independently and may run on the most suitable hardware.