1

我在查询 Azure 表存储时发现,payload 没有 gzip 传输。

这是提琴手检查的标题

发送:

GET http://account.table.core.windows.net/sometable() HTTP/1.1
User-Agent: Microsoft ADO.NET Data Services
DataServiceVersion: 2.0;NetFx
MaxDataServiceVersion: 2.0;NetFx
x-ms-version: 2011-08-18
x-ms-date: Mon, 13 Aug 2012 02:23:48 GMT
Authorization: SharedKeyLite xxxxxxxxxxxxx=
Accept: application/atom+xml,application/xml
Accept-Charset: UTF-8
Host: account.table.core.windows.net

收到

HTTP/1.1 200 OK
Cache-Control: no-cache
Content-Type: application/atom+xml;charset=utf-8
Server: Windows-Azure-Table/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 254e470e-c50d-409b-8429-3d5bc9beabaa
x-ms-version: 2011-08-18
Date: Mon, 13 Aug 2012 02:23:37 GMT
Content-Length: 168553

长度为 168K 的 xml 内容,如果 gzip 压缩,只有 40k 左右,所以,我的问题是:我在哪里以及如何允许 gzip 用于 Azure 表查询?

4

1 回答 1

1

我认为 Windows Azure 存储不支持压缩。

于 2012-08-13T05:22:19.023 回答