No cache version.

Caching disabled. Default setting for this page:enabled (code DEF204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher dans le manuel MySQL

26.15 Performance Schema System Variables

The Performance Schema implements several system variables that provide configuration information:

  1. mysql> SHOW VARIABLES LIKE 'perf%';
  2. +----------------------------------------------------------+-------+
  3. | Variable_name                                            | Value |
  4. +----------------------------------------------------------+-------+
  5. | performance_schema                                       | ON    |
  6. | performance_schema_accounts_size                         | -1    |
  7. | performance_schema_digests_size                          | 10000 |
  8. | performance_schema_events_stages_history_long_size       | 10000 |
  9. | performance_schema_events_stages_history_size            | 10    |
  10. | performance_schema_events_statements_history_long_size   | 10000 |
  11. | performance_schema_events_statements_history_size        | 10    |
  12. | performance_schema_events_transactions_history_long_size | 10000 |
  13. | performance_schema_events_transactions_history_size      | 10    |
  14. | performance_schema_events_waits_history_long_size        | 10000 |
  15. | performance_schema_events_waits_history_size             | 10    |
  16. | performance_schema_hosts_size                            | -1    |
  17. | performance_schema_max_cond_classes                      | 80    |
  18. | performance_schema_max_cond_instances                    | -1    |
  19. | performance_schema_max_digest_length                     | 1024  |
  20. | performance_schema_max_file_classes                      | 50    |
  21. | performance_schema_max_file_handles                      | 32768 |
  22. | performance_schema_max_file_instances                    | -1    |
  23. | performance_schema_max_index_stat                        | -1    |
  24. | performance_schema_max_memory_classes                    | 320   |
  25. | performance_schema_max_metadata_locks                    | -1    |
  26. | performance_schema_max_mutex_classes                     | 220   |
  27. | performance_schema_max_mutex_instances                   | -1    |
  28. | performance_schema_max_prepared_statements_instances     | -1    |
  29. | performance_schema_max_program_instances                 | -1    |
  30. | performance_schema_max_rwlock_classes                    | 40    |
  31. | performance_schema_max_rwlock_instances                  | -1    |
  32. | performance_schema_max_socket_classes                    | 10    |
  33. | performance_schema_max_socket_instances                  | -1    |
  34. | performance_schema_max_sql_text_length                   | 1024  |
  35. | performance_schema_max_stage_classes                     | 150   |
  36. | performance_schema_max_statement_classes                 | 192   |
  37. | performance_schema_max_statement_stack                   | 10    |
  38. | performance_schema_max_table_handles                     | -1    |
  39. | performance_schema_max_table_instances                   | -1    |
  40. | performance_schema_max_table_lock_stat                   | -1    |
  41. | performance_schema_max_thread_classes                    | 50    |
  42. | performance_schema_max_thread_instances                  | -1    |
  43. | performance_schema_session_connect_attrs_size            | 512   |
  44. | performance_schema_setup_actors_size                     | -1    |
  45. | performance_schema_setup_objects_size                    | -1    |
  46. | performance_schema_users_size                            | -1    |
  47. +----------------------------------------------------------+-------+

Performance Schema system variables can be set at server startup on the command line or in option files, and many can be set at runtime. See Section 26.13, “Performance Schema Option and Variable Reference”.

The Performance Schema automatically sizes the values of several of its parameters at server startup if they are not set explicitly. For more information, see Section 26.3, “Performance Schema Startup Configuration”.

Performance Schema system variables have the following meanings:


Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph