Lets say I have a database with 2 tables.
Customers
Orders
The customers table does not change much. The orders table changes a lot, 20gigs a day.
I want to replicate only the customers table, so I exclude the orders table from the replication (on the slave). Will the slave still download all the BIN logs from the master and apply only the changes to the customers table?
Or is it smart enough to only get changes to the customers table?
Customers
Orders
The customers table does not change much. The orders table changes a lot, 20gigs a day.
I want to replicate only the customers table, so I exclude the orders table from the replication (on the slave). Will the slave still download all the BIN logs from the master and apply only the changes to the customers table?
Or is it smart enough to only get changes to the customers table?