You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is worthy mentioned in metrics documentation:
It turns out that stats like num_add_vertices.sum.3600 are not actually vertices count, instead, it's the insert count when the batch size of the insert query is not 1, also, in & out also should be aware of in this case.
Thus, the SUM of num_add_vertices.sum.3600 of all storageD instances is not the actual vertices added of the corresponding period.
This is worthy mentioned in metrics documentation:
It turns out that stats like
num_add_vertices.sum.3600
are not actually vertices count, instead, it's the insert count when the batch size of the insert query is not 1, also, in & out also should be aware of in this case.Thus, the SUM of
num_add_vertices.sum.3600
of all storageD instances is not the actual vertices added of the corresponding period.https://discuss.nebula-graph.com.cn/t/topic/4880/10?u=wey
Which I quoted @laura-ding 's clarification as below:
cc @laura-ding
The text was updated successfully, but these errors were encountered: