Azure表存储API是否缓存结果? [英] Does the Azure table storage API cache results?

查看:102
本文介绍了Azure表存储API是否缓存结果?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我针对Azure表存储多次运行同一查询时,是否使用缓存并加快了后续查询的速度?

When I run the same query multiple times against the Azure table storage, is it using caching and speeding up the subsequent queries?

换句话说,它是否缓存HTTP响应?

In other words, is it caching the HTTP response?

推荐答案

Azure存储明确使用缓存:

Azure storage definitly use caching: http://www.scribd.com/doc/73458371/Windows-Azure-Storage-at-23rd-ACM-Symposium-on-Operating-Systems-Principles-SOSP-Paper

请注意,写入实际上会一直保留在内存中,直到正确复制为止.我认为可以安全地假设任何读取也都已缓存,以便可以从内存中对同一数据进行多次读取.

Note that writes are actually kept in memory until correctly replicated and I think it's safe to assume that any reads are cached too so that multiple reads to the same data are served from memory.

这篇关于Azure表存储API是否缓存结果?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆