QUERY CACHE Query的意思|示意
查询缓存
QUERY CACHE Query的网络常见释义
缓存 ... is 1 : 3316 Key_read_requests/ Key_reads 这里说明3316次读取请求中有1次丢失(也就是说1次读取磁盘) QUERY CACHE Query 缓存 Query cache is enabled 该项说明 我们指定了query_cache_size 的值。如果query_cache_size=0的话这里给出的提示是: .
QUERY CACHE Query相关例句
Initial execution of any query includes the costs of building up a query cache to enable faster execution of subsequent queries.
任何一个查询的首次执行都包含了构建一个查询缓存的性能损耗,以利于提高后续查询的执行速度。
The Query Service Caching section under the Configuration tab allows for manual Dynamic Query cache clearing and writing the cache state to file for one or more server groups.
Configuration 选项卡下的 Query Service Caching 部分允许手动清理 Dynamic Query 缓存并为一个或多个服务器组将缓存状态写到文件上。
MySQL has a feature called the query cache that stores the result of a query in memory, should it be needed again.
MySQL 有一个特性称为查询缓存,它将(后面会用到的)查询结果保存在内存中。
Using correlative query cache to replace tradition cache, the article designs and implements the cache structure, query matching, strategy of consistency and strategy of replacement.
设计使用基于查询相关查询的缓存代替传统缓存,对于缓存的结构、查询匹配、一致性维护策略及替换策略均作了详细设计。
The sequence I follow when performing reads is to take a request (that requires a database query) from the Web tier and check the cache for previously stored results of that query.
我执行读取操作的顺序是从web层获取请求(需要执行一次数据库查询)并检查之前在缓存中存储的查询结果。
The cache is dynamically loaded with former query results, and is organized by cache item descriptions corresponding to query statements.
缓存根据客户查询动态实现,内容由以往查询结果组成,并通过对应于查询描述的缓存描述项组织。