What are Federated tables in Mysql?
Answers
Answered by
0
The FEDERATED storage engine lets you access data from a remote MySQLdatabase 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.
Similar questions