max_allowed_packet: This configuration sets the maximum size of a packet that can be transmitted between client and server.
innodb_buffer_pool_size: This configuration sets the size of the buffer pool used by InnoDB to cache data and indexes in memory.
key_buffer_size: This configuration sets the amount of memory allocated for index keys used by MyISAM storage engine.
table_open_cache: This configuration sets the maximum number of tables that can be opened at once by MySQL server.
sort_buffer_size: This configuration sets the size of the buffer used by MySQL to perform sorts.
read_buffer_size: This configuration sets the size of buffer used for reading blocks from disk.
join_buffer_size: This configuration sets the size of buffer used for joins between tables.
tmp_table_size: This configuration sets the maximum size of temporary tables created during query execution.
thread_cache_size: This configuration sets the number of threads kept in cache to handle client connections.
max_connections: This configuration limits the maximum number of concurrent connections allowed to connect to MySQL server.
本站部分文章来源于网络,版权归原作者所有,如有侵权请联系站长删除。
转载请注明出处:https://golang.0voice.com/?id=6201
发表列表
评论列表
还没有评论,快来说点什么吧~




