Perfomance Tuning

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mixo

    Perfomance Tuning

    I have just installed redhat linux 9 which ships with mysql
    3.23.56. Mysql has to be setup so that it can use innodb tables,
    and data inserts (blobs) should be able to handle at least 8M
    at a time. The machine has two P III 933MHz CPU's,
    1.128G RAM (512M*2 + 128M), and a 36 Gig hd with 1 Gig swap and
    3 equal size ext3 partitions. What would be the recomended
    setup for good performance considering that the db will have
    about 15 users for 9 hours in a day, and about 10 or so users
    throughout the day who wont be conistenly using the db.

    My configuration looks like this so far:

    +++++++++++++++ +/etc/mysql.cnf++++++ +++++++++++++++ +++++++++++
    [mysqld]
    datadir=/var/lib/mysql
    socket=/var/lib/mysql/mysql.sock
    max_allowed_pac ket=16M
    #InnoDB
    innodb_data_fil e_path = ibdata/ibdata1:2000M:a utoextend
    innodb_data_hom e_dir = /var/lib/mysql


    [mysql.server]
    user=mysql
    basedir=/var/lib


    [safe_mysqld]
    err-log=/var/log/mysqld.log
    pid-file=/var/run/mysqld/mysqld.pid
    +++++++++++++++ +/etc/mysql.cnf++++++ +++++++++++++++ +++++++++++


    --
    MySQL General Mailing List
    For list archives: http://lists.mysql.com/mysql
    To unsubscribe: http://lists.mysql.com/mysql?unsub=m...ie.nctu.edu.tw

Working...