ZBLOG

list out all mysql configurations which is about maximum value

  1. max_allowed_packet: This parameter defines the maximum size of a packet that can be sent or received by the MySQL server. The default value is 4MB, but it can be increased to up to 1GB.

  2. innodb_buffer_pool_size: This parameter determines the amount of memory allocated for InnoDB buffer pool, which is used for caching data and indexes in memory. The maximum value for this parameter depends on the available physical memory on the system.

  3. query_cache_size: This parameter sets the size of the query cache, which stores previously executed SELECT queries and their results in memory. The maximum value for this parameter is typically set at 512MB.

  4. max_connections: This parameter sets the maximum number of simultaneous client connections that are allowed to connect to the MySQL server. The maximum value depends on system resources and workload, but it can be set as high as 10,000 connections.

  5. tmp_table_size/max_heap_table_size: These parameters determine the maximum size of temporary tables created during queries. The default value is 16MB, but it can be increased to as much as 32GB.

  6. key_buffer_size: This parameter sets the size of index buffers used by MyISAM storage engine for caching indexes in memory. The maximum value depends on available system resources and workload, but it can be set as high as 4GB.

  7. table_open_cache: This parameter sets the number of open tables cached in memory by MySQL server. The default value is usually sufficient, but it may need to be increased if many tables are frequently accessed.

  8. join_buffer_size: This parameter sets the size of buffer used for joins between tables that cannot use an index to find matching rows quickly. The default value is often sufficient, but it can be increased if necessary.

  9. sort_buffer_size: This parameter sets the size of buffer used for sorting operations such as ORDER BY and GROUP BY clauses. The default value is often sufficient, but it can be increased if necessary.

  10. read_buffer_size: This parameter sets the size of buffer used for sequential table scans. The default value is often sufficient, but it can be increased if necessary.

本站部分文章来源于网络,版权归原作者所有,如有侵权请联系站长删除。
转载请注明出处:https://golang.0voice.com/?id=6202

分享:
扫描分享到社交APP
上一篇
下一篇
发表列表
游客 游客
此处应有掌声~
评论列表

还没有评论,快来说点什么吧~

联系我们

在线咨询: 点击这里给我发消息

微信号:3007537140

上班时间: 10:30-22:30

关注我们
x

注册

已经有帐号?