Shaman
Sun 11th Jun '00, 11:50pm
I have MySQL running ~30 databases. One of them has over 5 million records and requires a 12-way select and sort.
It runs like a charm. 12 slow queries in 800M so far, probably due to backup chores.
It runs vBulletin with no discernable load bump. (0.001 load all day long) It is used by over 10,000 users and serves up phpAds, vBulletin, TWIG, and more for http://www.kos.net
My config:
--
# The MySQL server
[mysqld]
skip-locking
set-variable = key_buffer=32M
set-variable = sort_buffer=4M
set-variable = record_buffer=1M
set-variable = table_cache=600
set-variable = max_connections=300
# Start logging
#log
[mysqldump]
quick
set-variable = max_allowed_packet=16M
[mysql]
no-auto-rehash
[isamchk]
set-variable = key_buffer=16M
---
Note this is the stable version of MySQL.
Running on Solaris 2.7 with 1GB memory + 3 drives. (two mirrored, one hot spare)
[Edited by Shaman on 06-12-2000 at 11:51 AM]
It runs like a charm. 12 slow queries in 800M so far, probably due to backup chores.
It runs vBulletin with no discernable load bump. (0.001 load all day long) It is used by over 10,000 users and serves up phpAds, vBulletin, TWIG, and more for http://www.kos.net
My config:
--
# The MySQL server
[mysqld]
skip-locking
set-variable = key_buffer=32M
set-variable = sort_buffer=4M
set-variable = record_buffer=1M
set-variable = table_cache=600
set-variable = max_connections=300
# Start logging
#log
[mysqldump]
quick
set-variable = max_allowed_packet=16M
[mysql]
no-auto-rehash
[isamchk]
set-variable = key_buffer=16M
---
Note this is the stable version of MySQL.
Running on Solaris 2.7 with 1GB memory + 3 drives. (two mirrored, one hot spare)
[Edited by Shaman on 06-12-2000 at 11:51 AM]