摘要:
https://www.cnblogs.com/sxmny/p/10441346.html select * from information_schema.`PROCESSLIST` where info is not null; 或者 -- use information_schema; -- 阅读全文
posted @ 2020-10-22 19:40
久_久
阅读(465)
评论(0)
推荐(0)
摘要:
MySql 缓冲池(buffer pool) 和 写缓存(change buffer) 转 应用系统分层架构,为了加速数据访问,会把最常访问的数据,放在缓存(cache)里,避免每次都去访问数据库。 操作系统,会有缓冲池(buffer pool)机制,避免每次访问磁盘,以加速数据的访问。 MySQL 阅读全文
posted @ 2020-10-22 19:39
久_久
阅读(298)
评论(0)
推荐(0)

浙公网安备 33010602011771号