Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
when columnstore can be as a replication slave target??
binlog
mysql ---------------> mariadb columnstore
(replcation)
Attachments
Issue Links
- is duplicated by
-
MCOL-593 support columnstore tables as slaves to innodb master tables
- Closed
With 1.1 we have added a maxscale cdc connector beta that will allow you to support this use case. Supporting true replication slave status is a lot more work most notably around making it performant which the maxscale cdc integration solves for by using our bulk SDK rather than DML.