MySQL Query Cache的意思|示意

美 / / 英 / /

MySQL查询缓存


MySQL Query Cache的网络常见释义

查询缓存 (七)使用查询缓存(mysql query cache) 查询缓存的功能在于存储SELECT 查询的文本以及发送给客户端的相应结果。

MySQL Query Cache相关例句

MySQL can speed the query phase using its query cache.

MySQL可以使用其查询缓存为查询阶段提速。

MySQL has a feature called the query cache that stores the result of a query in memory, should it be needed again.

MySQL 有一个特性称为查询缓存,它将(后面会用到的)查询结果保存在内存中。