Skip to content

Commit d7037a3

Browse files
authored
update default batch for updateMode (#62)
1 parent d776981 commit d7037a3

File tree

1 file changed

+1
-1
lines changed
  • nebula-algorithm/src/main/scala/com/vesoft/nebula/algorithm/writer

1 file changed

+1
-1
lines changed

nebula-algorithm/src/main/scala/com/vesoft/nebula/algorithm/writer/AlgoWriter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class NebulaWriter(data: DataFrame, configs: Configs) extends AlgoWriter(data, c
4040
.withTag(tag)
4141
.withVidField(AlgoConstants.ALGO_ID_COL)
4242
.withVidAsProp(false)
43-
.withBatch(1000)
43+
.withBatch(500)
4444
.withWriteMode(writeMode)
4545
.build()
4646
data.write.nebula(config, nebulaWriteVertexConfig).writeVertices()

0 commit comments

Comments
 (0)