Replication: Cpu and Memory utilization of threads

Hi everybody
As we know that replication process uses 3 threads-
1. Master thread (Binlog Dump)
2. I/O thread
3. Sql Thread

Now I have some confusion regarding these thing --

- In peek hours what will be the cpu and memory utilization of these
threads
and if there is high load on master thread then what will be the
effects of this in mysql performance.

- if sql thread executing query on slave server and that time if we
fire a select query on same table then what will happen.Select query
will wait or not

We are using innodb tables in both master and slave
tech_php [ Fr, 25 August 2006 09:48 ] [ ID #1444088 ]

Re: Replication: Cpu and Memory utilization of threads

??????????
Pawan.Ghildiyal [at] gmail.com wrote:
> Hi everybody
> As we know that replication process uses 3 threads-
> 1. Master thread (Binlog Dump)
> 2. I/O thread
> 3. Sql Thread
>
> Now I have some confusion regarding these thing --
>
> - In peek hours what will be the cpu and memory utilization of these
> threads
> and if there is high load on master thread then what will be the
> effects of this in mysql performance.
>
> - if sql thread executing query on slave server and that time if we
> fire a select query on same table then what will happen.Select query
> will wait or not
>
> We are using innodb tables in both master and slave
Davie [ Fr, 25 August 2006 11:01 ] [ ID #1444089 ]
Datenbanken » mailing.database.mysql » Replication: Cpu and Memory utilization of threads

Vorheriges Thema: Navicat for SQL runtime
Nächstes Thema: pros and cons of indexing