连接线程缓存(Thread Cache):连接线程是 MySQL 为了提高创建连接线程的效率,将部分空闲的连接线程保持在一个缓存区以备新进连接请求的时候使用,这尤其对那...
基于40个网页-相关网页
如果这个数字在连续执行show STATUS命令时快速增加,就应该尝试增大线程缓存。
If this number increases quickly between successive SHOW STATUS commands, you should look at increasing your thread cache.
第四行以超出锁的次数、用户线程或者缓存数来开始(通常所有的0会是这样)。
The fourth line starts with the number of times we have exceeded locks, user threads or buffers (all 0 and should generally be so).
如果应用程序中的变量将不发生变化,那么一个线程局部缓存比较行得通。
If the variables in your applications are not going to change, then a thread-local cache makes sense.
应用推荐