mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-07-23 01:01:19 +03:00
Move vmstorage_single_node.go code into vmstorage.go. This way the diff
between master and cluster branches is easier to view.
This change is for single node only. The change must not be
cherry-picked to cluster branches.
Follow-up for 89db66573b (#11046)
---------
Signed-off-by: Artem Fetishev <rtm@victoriametrics.com>
vmstorage performs the following tasks:
-
Accepts inserts from
vminsertand stores them to local storage. -
Performs select requests from
vmselect.