Re: mysql 5 for centos 5.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Mark Quitoriano wrote:
What do you recommend me to do so i can optimize my database on a
multi-core processor? and i haven't got an answer for the mysql
package for centos 5 is the multi-threading supported?

each connection to mysql spawns a thread, however under various conditions the threads can block each other, including if they are stacking up on table locks to update the same table.

otherwise, yes, mysql is fully multithreaded, as long as you're making multiple queries concurrently via different connections


_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux