Federated MariaDB Enterprise Spider Topology Migrate Tables
A guide on how to migrate tables from a standard MariaDB deployment to a Federated Spider topology, distributing data across multiple backend nodes.
Overview
INSERT INTO innodb_tab
SELECT * FROM spider_tab;Deploy the Federated Topology
Create Local Tables
Migrate the Tables
Test Read Operations
PreviousFederated MariaDB Enterprise Spider Topology Backup and RestoreNextODBC MariaDB Enterprise Spider Topology Operations
Last updated
Was this helpful?

