Guest User

Untitled

a guest
Aug 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. innodb_buffer_pool_size = 50G -- from 1G
  2. -- Or the dataset size, if significantly less than that.
  3. table_open_cache = 3000
  4. innodb_open_files = 3000
  5. table_definition_cache = 800
  6. join_buffer_size = 1M
  7. query_cache_size = 32M
  8. max_connections = 200 -- Currently 151, and you ran out of connections some time
  9. thread_cache_size = 30
  10.  
  11. Com_savepoint = 5.9 /HR
  12. Com_show_create_table = 0.31 /sec
  13. Com_show_events = 14 /HR
  14. Com_show_function_status = 14 /HR
  15. Com_show_procedure_status = 14 /HR
  16. Com_show_tables = 2.4 /sec
  17. Com_stmt_close = 139 /sec
  18. Com_stmt_execute = 139 /sec
  19. Com_stmt_prepare = 139 /sec
  20. Com_stmt_reprepare = 0.24 /sec
  21. Com_unlock_tables = 43 /HR
  22. Feature_fulltext = 54 /HR
  23. Feature_subquery = 24 /sec
  24. Handler_discover = 0.072 /HR
  25. Handler_read_rnd_deleted = 62 /sec
  26. Handler_savepoint = 5.9 /HR
  27. Sort_priority_queue_sorts = 137 /sec
  28. Sort_range = 86 /sec
  29. Sort_scan = 57 /sec
  30. Subquery_cache_miss = 84 /sec
  31. innodb_max_dirty_pages_pct_lwm = 0.10%
  32.  
  33. innodb_cleaner_lsn_age_factor = HIGH_CHECKPOINT
  34. innodb_empty_free_list_algorithm = BACKOFF
  35. innodb_fast_shutdown = 1
  36. innodb_foreground_preflush = EXPONENTIAL_BACKOFF
  37. innodb_log_checksum_algorithm = INNODB
  38. myisam_stats_method = NULLS_UNEQUAL
  39. opt_s__engine_condition_pushdown = off
  40. opt_s__mrr = off
  41. opt_s__mrr_cost_based = off
Add Comment
Please, Sign In to add comment