Outils pour utilisateurs

Outils du site


optimisation:mysql

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Dernière révision Les deux révisions suivantes
optimisation:mysql [2012/02/13 09:17]
linkuff
optimisation:mysql [2013/04/05 15:03]
linkuff
Ligne 5: Ligne 5:
 max_allowed_packet      = 16M max_allowed_packet      = 16M
  
-thread_stack            = 192K+thread_stack            = 256K
 thread_cache_size       = 64 thread_cache_size       = 64
  
-max_connections        = 200+max_connections        = 300
  
-table_cache            = 4000+table_cache            = 10000
 table_definition_cache = 1500 table_definition_cache = 1500
  
-join_buffer_size       3M+join_buffer_size       16M
 read_buffer_size       = 7M read_buffer_size       = 7M
 sort_buffer_size       = 7M sort_buffer_size       = 7M
Ligne 20: Ligne 20:
 max_heap_table_size    = 128M max_heap_table_size    = 128M
  
-query_cache_limit       2M +query_cache_limit       25M 
-query_cache_size        = 50M+query_cache_size        = 500M
  
-innodb_buffer_pool_size 100M +innodb_buffer_pool_size 300M 
-myisam_sort_buffer_size= 50M+innodb_additional_mem_pool_size=32M 
 +innodb_thread_concurrency=2 
 + 
 +myisam_sort_buffer_size= 100M
 </code> </code>
optimisation/mysql.txt · Dernière modification: 2018/03/29 08:10 de linkuff