Re: Sequencial Replication

2004-11-10 Thread Gleb Paharenko
ny plans to make it multi-threaded so that it executes multiple > sqls from binlog. > Thanks > Arvind. > > -Original Message- > From: Gleb Paharenko [mailto:[EMAIL PROTECTED] > Sent: 08 November 2004 13:02 > To: [EMAIL PROTECTED] > Subject: Re: Sequencia

RE: Sequencial Replication

2004-11-10 Thread Chris Blackwell
an on the master. I'm sure someone else could explain it better.. or possibly correctly :) Chris -Original Message- From: Arvind Gangal [mailto:[EMAIL PROTECTED] Sent: 10 November 2004 10:28 To: 'Gleb Paharenko'; [EMAIL PROTECTED] Subject: RE: Sequencial Replication Hell

RE: Sequencial Replication

2004-11-10 Thread Arvind Gangal
: [EMAIL PROTECTED] Subject: Re: Sequencial Replication Hello. MySQL slave receives all updates, but executes them in queue. More about implementation of replication you can read at: http://dev.mysql.com/doc/mysql/en/Replication_Implementation_Details.html Arvind Gangal <[EMAIL PROTEC

Re: Sequencial Replication

2004-11-08 Thread SGreen
Gleb, He was wondering if there were any plans to provide multiple slave SQL threads so that the slaves can process more efficiently NOT if the slave process is multi-threaded. He understood that there would be challenges to multithreading the slave's query processor (including reader query s

Re: Sequencial Replication

2004-11-08 Thread Gleb Paharenko
Hello. MySQL slave receives all updates, but executes them in queue. More about implementation of replication you can read at: http://dev.mysql.com/doc/mysql/en/Replication_Implementation_Details.html Arvind Gangal <[EMAIL PROTECTED]> wrote: > Hi Gurus, > > As I understand the slav

Sequencial Replication

2004-11-08 Thread Arvind Gangal
Hi Gurus, As I understand the slave replicates with the master reading one query at a time from the binlog files. And at times the slave comes across a long update query and unless this has completed it will not pick up the next sql even though the other sql is on other table or may be another da