MySQL Forums
Forum List  »  PostgreSQL

Re: Perl script to parse Postgresql database into MySQL at XX intervals
Posted by: Susanne Ebrecht
Date: December 17, 2010 01:26AM

You could try to play with the transaction log from PostgreSQL instead of Select.

Additionally, your loops not seems to work correct.
The Updates are every 30 minutes and your script runs every 40 minutes.
Which means after 120 minutes both is running at same time.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Perl script to parse Postgresql database into MySQL at XX intervals
4335
December 17, 2010 01:26AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.