Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools, media: update binlog's config file #1053

Merged
merged 12 commits into from
Apr 23, 2019
Prev Previous commit
Next Next commit
Update tidb-binlog-cluster.md
Address a commit.
  • Loading branch information
IzabelWang authored Apr 17, 2019
commit 625065326b805ee07ca691e8a1715b5632fc871a
2 changes: 1 addition & 1 deletion tools/tidb-binlog-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ The following part shows how to use Pump and Drainer based on the nodes above.
# If the item is set, the sql-mode will be used to parse the DDL statement.
# sql-mode = "STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION"

# the number of SQL statements of a transaction that are output to the downstream database (20 by default)
# the number of SQL statements of a transaction that are output to the downstream database (1 by default)
txn-batch = 1

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You missed "txn-batch = 20", and please add it.

# the number of the concurrency of the downstream for synchronization. The bigger the value,
Expand Down