Hello!
We have separate db server for Messages table for our service, it's 32 Gb ram, we have such a situation, we get perfomance problems after innodb data size exceeds innodb buffer pool limit (swap in os begins to grow) and everything slows down. WHy?
In a while we tried to keep this noproblem having enough Ram, buts it seems to be not a good solution.
30 Gb table seems to be not a big deal, even with a 216M rows (indexes about the same size), should we keep our strategy, or buffer pool size could be much less than data?
for us it is much cheaper to have big HDDs than enough RAM.
Unix load average fot this machine is about 10, QPS is only 150.
We have separate db server for Messages table for our service, it's 32 Gb ram, we have such a situation, we get perfomance problems after innodb data size exceeds innodb buffer pool limit (swap in os begins to grow) and everything slows down. WHy?
In a while we tried to keep this noproblem having enough Ram, buts it seems to be not a good solution.
30 Gb table seems to be not a big deal, even with a 216M rows (indexes about the same size), should we keep our strategy, or buffer pool size could be much less than data?
for us it is much cheaper to have big HDDs than enough RAM.
Unix load average fot this machine is about 10, QPS is only 150.
Comment