[MCOL-1050] when columnstore can be as a replication slave target?? Created: 2017-11-27 Updated: 2022-02-25 Resolved: 2017-11-28 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MariaDB Server |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | New Feature | Priority: | Major |
| Reporter: | hiller1 | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
when columnstore can be as a replication slave target?? binlog |
| Comments |
| Comment by David Thompson (Inactive) [ 2017-11-28 ] |
|
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. |