Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Verknüpfen von Tabellen über mehrere Server

Sie können FEDERATED Storage Engine verwenden .

 The FEDERATED storage engine lets you access data from a remote
 MySQL database without using replication or cluster technology.
 Querying a local FEDERATED table   automatically pulls the data
 from the remote (federated) tables.  No data is stored on the local tables.

Die Seite zeigt eine gute Illustration