ผู้เขียน หัวข้อ: ดู my.cnf ให้หน่อยครับเพิ่งทำ High Performance  (อ่าน 2796 ครั้ง)

0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้

ออฟไลน์ panus_t

  • Hero Member
  • *****
  • กระทู้: 2,368
  • Respect: +8
    • ดูรายละเอียด
ดู my.cnf ให้หน่อยครับเพิ่งทำ High Performance
« เมื่อ: เมษายน 23, 2016, 06:11:26 AM »
0
ดู my.cnf ให้หน่อยครับเพิ่งทำ High Performance, database InnoDB 97%, Ram Server 24 GB.,Percona MySQL 5.5.30-30.1
################## Star MySQL-Config By lexham #####################
[client]
port = 3306
socket = /var/lib/mysql/mysql.sock
default-character-set=tis620

[mysqld]
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-external-locking
default_storage_engine=InnoDB
skip-federated
#skip-networking
big-tables
character-set-server=tis620
key_buffer = 1024M
max_allowed_packet = 1024M
table_open_cache = 6000
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 2M
myisam_sort_buffer_size = 512M
thread_cache_size = 16
query_cache_type = 2
query_cache_size = 512M
thread_concurrency = 8
low_priority_updates=1
skip-name-resolve
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'
max_connections = 250
max_connect_errors=10
open_files_limit=50000
lower_case_table_names=1
##ถ้าไม่ใช้ระบบคลัง Inventory เพิ่ม  ถ้าใช้เป็น 1
event_scheduler = 0
 
## Master MySQL
#log-bin=mysql-bin
#server-id=1
#innodb_flush_log_at_trx_commit=1
#sync_binlog=1

## Master MySQL Replication
#server-id=1
#log-bin=/backup/log/mysql/mysql-bin.log
#binlog-do-db=hos
##binlog-do-db=database_name_2
#replicate-wild-do-table= %.%
#expire_logs_days=10
#max_binlog_size=250M
#innodb_flush_log_at_trx_commit=1
#sync_binlog=1

################## InnoDB #######################
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:100M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/
innodb_buffer_pool_size = 16G
innodb_buffer_pool_instances = 8
innodb_additional_mem_pool_size = 24M
##ห้ามแก้ไข innodb_log_file_size = 512M
innodb_log_file_size = 512M
innodb_file_format=Barracuda
innodb_file_per_table
innodb_log_buffer_size = 32M
innodb_log_files_in_group = 3
innodb_flush_log_at_trx_commit = 2
innodb_lock_wait_timeout = 50
innodb_thread_concurrency = 0
innodb_flush_method=O_DIRECT
innodb_checksums=0
innodb_doublewrite=0
innodb_support_xa=0
innodb_max_dirty_pages_pct=90
innodb_open_files = 4600
innodb_locks_unsafe_for_binlog=1
join_buffer_size = 2M
concurrent_insert = 2
max_heap_table_size = 512M

############# Percona XtraDB ############
innodb_io_capacity = 200
innodb_write_io_threads = 16
innodb_read_io_threads = 16

[mysqldump]
max_allowed_packet = 4096M
quick max_allowed_packet = 4096M
allow-keywords

[mysql]
no-auto-rehash
default-character-set=tis620

[isamchk]
key_buffer = 512M
sort_buffer_size = 512M
read_buffer = 8M
write_buffer = 8M

[myisamchk]
key_buffer = 512M
sort_buffer_size = 512M
read_buffer = 8M
write_buffer = 8M

[mysqlhotcopy]
interactive-timeout

[mysqld_safe]
open-files-limit = 50000

################# End MySQL-Config By lexham #################
« แก้ไขครั้งสุดท้าย: เมษายน 23, 2016, 06:14:37 AM โดย panus_t »
โรงพยาบาลเสิงสาง จ.นครราชสีมา (ขนาด  60  เตียง ปี2554)  ขึ้นระบบโดยทีมงาน BMS  เมื่อเดือนเมษายน 2551
ก่อนหน้านั้นขึ้นระบบเมื่อ 07/07/07 ฤกษ์ดี  Master Server  IBM System x3500M4  RAM ECC 24 GB. HardDisk SAS 450x3 GB. ServerRAID M1100 Series Zero RAID5  OS:CentOS 6.4  MySQLPercona : 5.5.30-30.1

ออฟไลน์ TRIPAK

  • Hero Member
  • *****
  • กระทู้: 1,040
  • Respect: 0
    • ดูรายละเอียด
Re: ดู my.cnf ให้หน่อยครับเพิ่งทำ High Performance
« ตอบกลับ #1 เมื่อ: เมษายน 27, 2016, 13:54:08 PM »
0
[client]
port= 3306
socket= /var/lib/mysql/mysql.sock
default-character-set=tis620
[mysqld]
port= 3306
socket= /var/lib/mysql/mysql.sock
skip-external-locking
default_storage_engine=InnoDB
key_buffer = 1G
max_allowed_packet = 1G
sort_buffer_size = 3M
read_buffer_size = 3M
read_rnd_buffer_size = 3M
myisam_sort_buffer_size = 128M
thread_cache = 8
table_open_cache = 3400
query_cache_size= 512M
query_cache_type=2
thread_concurrency = 8
character-set-server=tis620
skip-name-resolve
innodb_file_per_table
skip-character-set-client-handshake
init_connect = 'SET NAMES tis620'
max_heap_table_size = 1G
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:100M:autoextend
innodb_log_files_in_group=2
innodb_log_group_home_dir = /var/lib/mysql/
innodb_buffer_pool_size = 14GB
innodb_additional_mem_pool_size = 20M
innodb_thread_concurrency = 0
innodb_log_file_size =3584M
innodb_log_buffer_size = 448M
innodb_flush_log_at_trx_commit = 2
innodb_lock_wait_timeout = 100
innodb_doublewrite=0
innodb_support_xa = 0
innodb_open_files = 3400
innodb_locks_unsafe_for_binlog=1
myisam-recover=FORCE,BACKUP
innodb_file_format = Barracuda
innodb_flush_method=O_DIRECT
join_buffer_size = 2M
concurrent_insert = 2
max_connections=500
event_scheduler = 0
[mysqldump]
quick
max_allowed_packet = 1GB
allow-keywords
[mysql]
no-auto-rehash
default-character-set=tis620
[isamchk]
key_buffer = 512M
sort_buffer_size = 512M
read_buffer = 4M
write_buffer = 4M
[myisamchk]
key_buffer = 512M
sort_buffer_size = 512M
read_buffer = 4M
write_buffer = 4M
# log-bin=mysql-bin
[mysqlhotcopy]
interactive-timeout
#หมายเหตุ ram22G my.-5.5.35 #
« แก้ไขครั้งสุดท้าย: เมษายน 27, 2016, 13:56:40 PM โดย TRIPAK »
รพ.บ้านเหลื่อม นครราชสีมา (30 เตียง)
ขึ้นระบบเอง สค.2550 โดย ทีมงานรพ.บ้ านเหลื่อม
HOSXP V.3.64.8.16 นายไตรภาคย์ โหน่งกระโทก จพง.วิทย์ชำนาญงาน
pnong2509@gmail.com  086-8671439
ได้รับคำแนะนำจาก อาจารย์ MN.และเวทีนี้ได้ทุกเวลาขอบคุณมากครับ