On Wed, Oct 31, 2001 at 04:28:27PM +0200, Vyacheslav I. Raytsin wrote:
> Hello guru,
> 
> It is not appropriate to me to use standard replication mechanism of
> MySQL. because the interactions between master server and slave
> server will be too busy.
> 
> Is any possibility 
>  1. to replicate data over certain period of time ( I need period
> 24hours)

What do you mean by that, exactly?

>  2. some how to replicate latest state of DB rather than process all
> queries. (In my case the same record can be updated several times. So it
> would be prefferable to get copy of the latest modification. 

Check out "LOAD TABLE FROM MASTEER" in the manual.

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936

MySQL 3.23.41-max: up 55 days, processed 1,238,707,726 queries (258/sec. avg)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to