This message was deleted.
# nebula-users
s
This message was deleted.
j
just curious, in importer, the 250k/s only insert vertices, or actually there're edges as well?
m
only vertices
j
what about the batch size in your importer config?
num_add_vertices is the number of calls to this add_vertices operator, you may insert a batch upon one call, so the rate might not be aligned with the amount of vertices added. Try num_vertices_inserted instead.
m
batchSize is 16, but we'll try playing with different metrics. tnx!