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
coordinates # Print the currently inspected coordinates
150
-
hosts # Print the list of hosts used to perform the migration (hostname, applier and inspector)
150
+
applier # Print the hostname of the applier
151
+
inspector # Print the hostname of the inspector
151
152
chunk-size=<newsize> # Set a new chunk-size
152
153
dml-batch-size=<newsize> # Set a new dml-batch-size
153
154
nice-ratio=<ratio> # Set a new nice-ratio, immediate sleep after each row-copy operation, float (examples: 0 is aggressive, 0.7 adds 70% runtime, 1.0 doubles runtime, 2.0 triples runtime, ...)
@@ -178,12 +179,11 @@ help # This message
178
179
}
179
180
returnNoPrintStatusRule, fmt.Errorf("coordinates are read-only")
0 commit comments