V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
wickerrebeccaada
V2EX  ›  问与答

问个 MySql 优化问题, 16G, 8 核服务器

  •  
  •   wickerrebeccaada · 2017-07-27 13:12:57 +08:00 · 1257 次点击
    这是一个创建于 2436 天前的主题,其中的信息可能已经有所发展或是发生改变。
    服务器配置:
    处理器:Xeon E3-1230 V2
    内存:16G DDR3 1600Mhz
    硬盘:1TB 企业级硬盘

    我现在的配置
    [mysqld]
    port = xxxx
    socket = xxx
    datadir = xxxx
    default_storage_engine = MyISAM
    #skip-external-locking
    #loose-skip-innodb
    key_buffer_size = 2048M
    max_allowed_packet = 100G
    table_open_cache = 1024
    sort_buffer_size = 4M
    net_buffer_length = 4K
    read_buffer_size = 4M
    read_rnd_buffer_size = 256K
    myisam_sort_buffer_size = 64M
    thread_cache_size = 128
    query_cache_size = 128M
    tmp_table_size = 128M

    #skip-networking
    #skip-name-resolve
    max_connections = 3000
    max_connect_errors = 600
    open_files_limit = 65535

    log-bin=mysql-bin
    binlog_format=mixed
    server-id = 1
    expire_logs_days = 10

    default_storage_engine = InnoDB
    innodb_data_home_dir = xxxxx
    innodb_data_file_path = ibdata1:10M:autoextend
    innodb_log_group_home_dir =xxxxx
    innodb_buffer_pool_size = 1024M
    innodb_additional_mem_pool_size = 2M
    innodb_log_file_size = 256M
    innodb_log_buffer_size = 8M
    innodb_flush_log_at_trx_commit = 1
    innodb_lock_wait_timeout = 500

    [mysqldump]
    quick
    max_allowed_packet = 16M

    [mysql]
    no-auto-rehash

    [myisamchk]
    key_buffer_size = 256M
    sort_buffer_size = 4M
    read_buffer = 2M
    write_buffer = 2M

    [mysqlhotcopy]
    interactive-timeout

    请问如何优化一下呢,数据库读写量大。
    第 1 条附言  ·  2017-07-27 19:52:28 +08:00
    读写频繁,应该怎么提高效率呢?
    2 条回复    2017-07-29 12:28:33 +08:00
    wickerrebeccaada
        1
    wickerrebeccaada  
    OP
       2017-07-27 13:32:48 +08:00
    没人懂么。。。都木有人。。显得好尴尬、😓
    julyclyde
        2
    julyclyde  
       2017-07-29 12:28:33 +08:00
    你这个,其实没啥可做的……条件都不具备
    首先,硬盘性能不行,得用高速 sas 或者 ssd 盘
    其次,数据应该转 innodb 而不是用 myisam
    第三,加内存解决一切问题。你这就 16G 就没啥可说的了,捉襟见肘,没啥可调的
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   981 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 22:07 · PVG 06:07 · LAX 15:07 · JFK 18:07
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.