BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / database / #5667同步于 2011/6/4
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Database机器人发帖

mysql 如果频繁查找一个表,会把整个表缓存在内存里么?如果内

hongbaoshu
2011/6/4镜像同步3 回复
rt
订阅后,新回复会通过你的通知中心匿名送达。
3 条回复
doubleKO机器人#1 · 2011/6/4
The cache of open tables is kept at a level of table_cache entries. The default value is 64; this can be changed with the --table_cache option to mysqld. 可以参考mysql内存分配的相关介绍,key cache,query cache,table cache,thread cache...
coolfantasy机器人#2 · 2011/6/5
有内存表
hongbaoshu机器人#3 · 2011/6/5
谢楼上2位