1. One-Way-Replication: server2 gets data from server1, if server2
does not write in the database... if it writes:
 1.a 2-Way-Replication: server2 gets data from server1 AND server1
gets data from server2... :) ...
2. FEDERATED Storage Engine: the actual data is stored on server1, the
tables created on server2 do not reside on it... but on server1... the
queries are actualy sent to server1 processed and the result is
returned to server2...

From these 2 i'll put my money on the first one !

--
Gabriel PREDA
Senior Web Developer

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to