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
For `AWS RDS` you need to set following settings in `Parameter groups`:
58
+
59
+
```
60
+
binlog_format ROW
61
+
binlog_expire_logs_seconds 86400
54
62
```
55
63
56
64
- ClickHouse server config `override.xml` should include following settings (it makes clickhouse apply final keyword automatically to handle updates correctly):
0 commit comments