Skip to main content
Tweeted twitter.com/ServerFault/status/1043877926813487105

Best MysqlMySQL cache settings for 8gb RAM dedicated mysqlMySQL server using only InnodbInnoDB (5gb database)

I'm a pretty big noob when it comes to setting up mysqlMySQL for performance. And honestly I'm not worried about the fine tuning to squeeze every last bit of performance out of mysqlMySQL, but I do know that the most important thing to do that provides some of the best results is setting up caches/buffers correctly.

I've tried to keep things simple by using only innodbInnoDB as a storage engine. And I do have a dedicated server for mysqlMySQL. ItIt has 8gb of ramRAM, how should I be allocating that to maximize performance? I'd like to be able to fit my entire database into memory for the best performance. TheThe database is about 5gb. Is this possible?

How much memory should I allocate to the query cache? How much to the innodbInnoDB buffer pool? How much for the rest of the computer (iei.e. non mysqlMySQL related processes)? Etc.

Since I'm not using MyISAM I don't really need to put a lot of memory in the key cache correct?

Best Mysql cache settings for 8gb RAM dedicated mysql server using only Innodb (5gb database)

I'm a pretty big noob when it comes to setting up mysql for performance. And honestly I'm not worried about the fine tuning to squeeze every last bit of performance out of mysql, but I do know that the most important thing to do that provides some of the best results is setting up caches/buffers correctly.

I've tried to keep things simple by using only innodb as a storage engine. And I do have a dedicated server for mysql. It has 8gb of ram, how should I be allocating that to maximize performance? I'd like to be able to fit my entire database into memory for the best performance. The database is about 5gb. Is this possible?

How much memory should I allocate to the query cache? How much to the innodb buffer pool? How much for the rest of the computer (ie non mysql related processes)? Etc.

Since I'm not using MyISAM I don't really need to put a lot of memory in the key cache correct?

Best MySQL cache settings for 8gb RAM dedicated MySQL server using only InnoDB (5gb database)

I'm a pretty big noob when it comes to setting up MySQL for performance. And honestly I'm not worried about the fine tuning to squeeze every last bit of performance out of MySQL, but I do know that the most important thing to do that provides some of the best results is setting up caches/buffers correctly.

I've tried to keep things simple by using only InnoDB as a storage engine. And I do have a dedicated server for MySQL. It has 8gb of RAM, how should I be allocating that to maximize performance? I'd like to be able to fit my entire database into memory for the best performance. The database is about 5gb. Is this possible?

How much memory should I allocate to the query cache? How much to the InnoDB buffer pool? How much for the rest of the computer (i.e. non MySQL related processes)? Etc.

Since I'm not using MyISAM I don't really need to put a lot of memory in the key cache correct?

Question Protected by Michael Hampton
deleted 56 characters in body
Source Link
Wesley
  • 33.1k
  • 9
  • 84
  • 118

Serverfault:

I'm a pretty big noob when it comes to setting up mysql for performance. And honestly I'm not worried about the fine tuning to squeeze every last bit of performance out of mysql, but I do know that the most important thing to do that provides some of the best results is setting up caches/buffers correctly.

I've tried to keep things simple by using only innodb as a storage engine. And I do have a dedicated server for mysql. It has 8gb of ram, how should I be allocating that to maximize performance? I'd like to be able to fit my entire database into memory for the best performance. The database is about 5gb. Is this possible?

How much memory should I allocate to the query cache? How much to the innodb buffer pool? How much for the rest of the computer (ie non mysql related processes)? Etc.

Since I'm not using MyISAM I don't really need to put a lot of memory in the key cache correct?

Thanks for your help,

billmalarky

Serverfault:

I'm a pretty big noob when it comes to setting up mysql for performance. And honestly I'm not worried about the fine tuning to squeeze every last bit of performance out of mysql, but I do know that the most important thing to do that provides some of the best results is setting up caches/buffers correctly.

I've tried to keep things simple by using only innodb as a storage engine. And I do have a dedicated server for mysql. It has 8gb of ram, how should I be allocating that to maximize performance? I'd like to be able to fit my entire database into memory for the best performance. The database is about 5gb. Is this possible?

How much memory should I allocate to the query cache? How much to the innodb buffer pool? How much for the rest of the computer (ie non mysql related processes)? Etc.

Since I'm not using MyISAM I don't really need to put a lot of memory in the key cache correct?

Thanks for your help,

billmalarky

I'm a pretty big noob when it comes to setting up mysql for performance. And honestly I'm not worried about the fine tuning to squeeze every last bit of performance out of mysql, but I do know that the most important thing to do that provides some of the best results is setting up caches/buffers correctly.

I've tried to keep things simple by using only innodb as a storage engine. And I do have a dedicated server for mysql. It has 8gb of ram, how should I be allocating that to maximize performance? I'd like to be able to fit my entire database into memory for the best performance. The database is about 5gb. Is this possible?

How much memory should I allocate to the query cache? How much to the innodb buffer pool? How much for the rest of the computer (ie non mysql related processes)? Etc.

Since I'm not using MyISAM I don't really need to put a lot of memory in the key cache correct?

Source Link
billmalarky
  • 323
  • 1
  • 2
  • 4

Best Mysql cache settings for 8gb RAM dedicated mysql server using only Innodb (5gb database)

Serverfault:

I'm a pretty big noob when it comes to setting up mysql for performance. And honestly I'm not worried about the fine tuning to squeeze every last bit of performance out of mysql, but I do know that the most important thing to do that provides some of the best results is setting up caches/buffers correctly.

I've tried to keep things simple by using only innodb as a storage engine. And I do have a dedicated server for mysql. It has 8gb of ram, how should I be allocating that to maximize performance? I'd like to be able to fit my entire database into memory for the best performance. The database is about 5gb. Is this possible?

How much memory should I allocate to the query cache? How much to the innodb buffer pool? How much for the rest of the computer (ie non mysql related processes)? Etc.

Since I'm not using MyISAM I don't really need to put a lot of memory in the key cache correct?

Thanks for your help,

billmalarky