문제

I believe that innodb has a single read thread. However, with MariaDB you can set multiple read threads. I'm unsure what the recommended value would be.

Questions

  • Does anyone have any experience with MariaDB and performance tuning?
  • Can you think of any features within MariaDB that XtraDB uses that MySQL does not?
  • Are there any similar settings that can I can use to fully exploit XtraDB and Maria's enhanced functionality?
도움이 되었습니까?

해결책

InnoDB in Percona Server 5.0.91 and MySQL 5.5.x has three options

These options were introduced in MySQL 5.1.38 InnoDB Plugin

Tuning these will engage more CPUs within InnoDB/XtraDB

I have discussed this in past posts in the DBA StackExchange along with other InnoDB tuning suggestions

Click here for the XtraDB features that the InnoDB Plugin does not have.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 dba.stackexchange
scroll top