just curious, in importer, the 250k/s only insert vertices, or actually there're edges as well?
m
Marija Zelić
09/21/2022, 8:39 PM
only vertices
j
Jingchun
09/22/2022, 8:37 AM
what about the batch size in your importer config?
Jingchun
09/22/2022, 1:55 PM
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
Marija Zelić
09/26/2022, 6:59 AM
batchSize is 16, but we'll try playing with different metrics. tnx!