SPIDER_COPY_TABLES
Learn how to use this function to copy table data from one Spider link ID to another, useful for migrating data or rebalancing shards without stopping the service.
Syntax
SPIDER_COPY_TABLES(spider_table_name,
source_link_id, destination_link_id_list [,parameters])Description
SELECT table_name FROM mysql.spider_tables;
+-------------+
| table_name |
+-------------+
| spt_a#P#pt1 |
| spt_a#P#pt2 |
| spt_a#P#pt3 |
+-------------+Last updated
Was this helpful?

