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
Copy file name to clipboardExpand all lines: go/logic/server.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,7 @@ status # Print a detailed status message
146
146
sup # Print a short status message
147
147
coordinates # Print the currently inspected coordinates
148
148
chunk-size=<newsize> # Set a new chunk-size
149
+
dml-batch-size=<newsize> # Set a new dml-batch-size
149
150
nice-ratio=<ratio> # Set a new nice-ratio, immediate sleep after each row-copy operation, float (examples: 0 is agrressive, 0.7 adds 70% runtime, 1.0 doubles runtime, 2.0 triples runtime, ...)
150
151
critical-load=<load> # Set a new set of max-load thresholds
151
152
max-lag-millis=<max-lag> # Set a new replication lag threshold
0 commit comments