MyBB Community Forums

Full Version: high write, low read mysql is usual?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello.

our host have mybb forum and some website.
i think mybb consume Most sources.

high write, low read mysql is usual in mybb forum?

top point in graph is backup time and dont consider it.
[Image: 99003246073564748185.jpg]



atop shot
[Image: 10445436166076287986.jpg]

thanks for help.
MyBB should not by writing more than it reads.
What type of tables is MyBB using, MyISAIM (the default) or InnoDB? MySQL could be badly configured and swapping to disk continually
(2013-12-05, 12:17 PM)Cameron:D Wrote: [ -> ]MyBB should not by writing more than it reads.
What type of tables is MyBB using, MyISAIM (the default) or InnoDB? MySQL could be badly configured and swapping to disk continually
hi Cameron.
thanks for your reply.

the session table is memory type and other are mybb default type means MyISAIM.

the my.cnf
[mysqld]
max_heap_table_size=200M

max_connections = 600
key_buffer_size=256M
thread_concurrency=12

thanks for help.