[MCOL-1053] Implement MariaDB schema sync Created: 2017-11-27 Updated: 2020-09-12 Resolved: 2020-09-12 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | N/A |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | New Feature | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Gagan Goel (Inactive) |
| Resolution: | Won't Do | Votes: | 2 |
| Labels: | None | ||
| Epic Link: | MariaDB ColumnStore Generic Engine phase 1 |
| Description |
|
Schema sync is currently implemented using async replication which has a number of problems. Instead we should use the MariaDB Table Discovery API for this as documented at: https://mariadb.com/kb/en/library/table-discovery/ |