replication of tables with 10 million rows?

2001-01-19 Thread Jan Kirchhoff


one of my tables has ~10 million rows (but just 4 columns: 
int,double,double,date (date,int as primary key)) and when i started a 
replication on that database it crashed within 48 hours without any messages 
in the error-log. the mysql-server stays, up, just the replication dies. i 
don't have much possibility on testing for a reproduceable case since it now 
is a production system with too much load for playing around with it. i have 
backups of the whole database and might be able to test that in about 3 weeks 
on other systems, but i'll test the new mysql-version first...

i just wondered if someone has a replication running with that number of rows 
or even more in one table? 

those crashes were really weird, we now excluded the table from the 
replication and i'll split it up in 100 small ones what we wanted to do 
anyway since mysqls table-locking is really annoying when doing inserts or 
updates... and we do about 200.000 updates/inserts each day, half of them 
within one hour at night :(

i'm running mysql 3.23.28-gamma...

bye
Jan

-
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




Re: replication of tables with 10 million rows?

2001-01-19 Thread Jeremy D. Zawodny

On Sat, Jan 20, 2001 at 03:58:44AM +0100, Jan Kirchhoff wrote:
 
 i just wondered if someone has a replication running with that
 number of rows or even more in one table?

One of the tables in our replication setup has ~35 million rows in
it. The rows are similar in nature to yours. We've not encountered any
problems with the replication (Linux master, FreeBSD slaves).

Jeremy
-- 
Jeremy D. Zawodny, [EMAIL PROTECTED]
Technical Yahoo - Yahoo Finance
Desk: (408) 328-7878Fax: (408) 530-5454
Cell: (408) 439-9951

-
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