VictoriaMetrics/app
Aliaksandr Valialkin 2ee0dc27a6 app/vmstorage: parallelize data processing obtained from a single connection from vminsert
Previously vmstorage could use only a single CPU core for data processing from a single connection from vminsert.
Now all the CPU cores can be used for data processing from a single connection from vminsert.
This should improve the maximum data ingestion performance for a single vminsert->vmstorage connection.
2020-09-28 21:41:16 +03:00
..
vmagent app/{vminsert,vmagent}: improve data ingestion speed over a single connection 2020-09-28 04:14:51 +03:00
vmalert all: consistently use "%w" formatting in fmt.Errorf for wrapped errors 2020-09-23 22:48:21 +03:00
vmauth docs: sync docs for vmalert, vmauth, vmbackup and vmrestore 2020-09-09 21:10:48 +03:00
vmbackup docs: sync docs for vmalert, vmauth, vmbackup and vmrestore 2020-09-09 21:10:48 +03:00
vminsert app/vminsert: remove useless delays when sending data to vmstorage 2020-09-28 21:41:15 +03:00
vmrestore docs: sync docs for vmalert, vmauth, vmbackup and vmrestore 2020-09-09 21:10:48 +03:00
vmselect app/{vminsert,vmselect}: skip accountID and projectID when marshaling/unmarshaling MetricName in /api/v1/export/native and /api/v1/import/native 2020-09-28 00:58:58 +03:00
vmstorage app/vmstorage: parallelize data processing obtained from a single connection from vminsert 2020-09-28 21:41:16 +03:00