Skip to content

Commit 05b6028

Browse files
authored
Description of the AWS RDS settings
1 parent 96f1ee7 commit 05b6028

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,15 @@ For realtime data sync from MySQL to ClickHouse:
5050
gtid_mode = on
5151
enforce_gtid_consistency = 1
5252
default_authentication_plugin = mysql_native_password
53+
binlog_format = ROW
5354

55+
```
56+
57+
For `AWS RDS` you need to set following settings in `Parameter groups`:
58+
59+
```
60+
binlog_format ROW
61+
binlog_expire_logs_seconds 86400
5462
```
5563

5664
- ClickHouse server config `override.xml` should include following settings (it makes clickhouse apply final keyword automatically to handle updates correctly):

0 commit comments

Comments
 (0)