Skip to content

Commit 1a5e268

Browse files
committed
Upaded README.md
1 parent dc45cc1 commit 1a5e268

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ tables: '*'
200200

201201
# OPTIONAL SETTINGS
202202

203+
initial_replication_threads: 4 # optional
204+
203205
exclude_databases: ['database_10', 'database_*_42'] # optional
204206
exclude_tables: ['meta_table_*'] # optional
205207

@@ -234,6 +236,7 @@ types_mapping: # optional
234236
- `databases` Databases name pattern to replicate, e.g. `db_*` will match `db_1` `db_2` `db_test`, list is also supported
235237

236238
#### Optional settings
239+
- `initial_replication_threads` - number of threads for initial replication, by default 1, set it to number of cores to accelerate initial data copy
237240
- `tables` - tables to filter, list is also supported
238241
- `exclude_databases` - databases to __exclude__, string or list, eg `'table1*'` or `['table2', 'table3*']`. If same database matches `databases` and `exclude_databases`, exclude has higher priority.
239242
- `exclude_tables` - databases to __exclude__, string or list. If same table matches `tables` and `exclude_tables`, exclude has higher priority.

0 commit comments

Comments
 (0)