--
If Threads_created is big, you may want to increase the thread_cache_size variable. The cache hit rate can be calculated with Threads_created/Connections.
--
Thread Cache
First calculate your cache hit rate using the following formula:
100 - ((Threads_created / Connections) * 100)
Should be as close to 100% as possible. You will need to adjust the thread_cache_size variable. To adjust it, increase thread_cache_size until threads_created stops going up. Just making thread_cache_size 2 or 3 can make a big difference.
--
Még mindig nem vagyok elégedett a teljesítménnyel. A fentiek értelmében növeltem az értéket, mysql restart volt.
- trey blogja
- A hozzászóláshoz be kell jelentkezni
- 919 megtekintés