Dear all, 

I am new to mysql replication. I know how to use
the --replicate* options but I would like to know
whether the options act as filter on the master or
on the slave...

>From the documentation, it says:
"The --replicate-* rules are evaluated as follows
to determine whether a statement will be executed
by the slave or ignored"

This gives me the impression that all update
queries are sent to slave, but if they are not
matched by the rules, they are ignored. In my case,
I am replicating a database with infrequent
updates, but they are many other databases on the
master with frequent updates etc. If my guess is
correct, then I am wasting a lot of bandwidth as my
master & slave are world apart...

Appreciate your kind reply. 

Thanks in advanced.

__________________________________
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html

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

Reply via email to