mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-12 12:46:23 +01:00
README.md: mention that vminsert
spreads data amount vmstorage
nodes using consistent hashing
This commit is contained in:
parent
36636c1f6f
commit
61f6f63964
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user