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: dm/dm-precheck.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ mydumpers: # Configuration arguments of the dump proce
176
176
global: # Configuration name
177
177
threads: 4# The number of threads that access the upstream when the dump processing unit performs the precheck and exports data from the upstream database (4 by default)
178
178
chunk-filesize: 64# The size of the files generated by the dump processing unit (64 MB by default)
179
-
extra-args: "--consistency none"# Other arguments of the dump processing unit. You do not need to manually configure table-list in `extra-args`, because it is automatically generated by DM.
179
+
extra-args: "--consistency auto"# Other arguments of the dump processing unit. You do not need to manually configure table-list in `extra-args`, because it is automatically generated by DM.
Copy file name to clipboardExpand all lines: dm/task-configuration-file-full.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ mydumpers:
114
114
global: # The configuration name of the processing unit.
115
115
threads: 4# The number of threads that access the upstream when the dump processing unit performs the precheck and exports data from the upstream database (4 by default)
116
116
chunk-filesize: 64# The size of the file generated by the dump processing unit (64 MB by default).
117
-
extra-args: "--consistency none"# Other arguments of the dump processing unit. You do not need to manually configure table-list in `extra-args`, because it is automatically generated by DM.
117
+
extra-args: "--consistency auto"# Other arguments of the dump processing unit. You do not need to manually configure table-list in `extra-args`, because it is automatically generated by DM.
118
118
119
119
# Configuration arguments of the load processing unit.
0 commit comments