从 Windows Azure 表下载数据的最佳方式

发布于 2024-08-20 04:30:29 字数 101 浏览 7 评论 0原文

我需要每天晚上将数据从 Windows Azure 表存储下载回办公网络内的 SQL Server 数据库。表中最多可以有 100,000 个条目。最有效的方法是什么(即成本最低的方法)?

I need to download data from windows azure table storage back to a SQL Server database inside the office network every night. There could be up to 100,000 entries in the table. What’s the most efficient way to do this (i.e. the method that costs the least)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

夏雨凉 2024-08-27 04:30:29

昨天,我将一些代码移至 CodePlex,它可以帮助您从 Azure 表存储导出实体:Azure 表查询。如果您选择“输出到压缩 Xml”,则导出文件应该非常小。

Yesterday I moved some code to CodePlex that can help you export entities from Azure table storage: Azure Table Query. If you choose Output to Compressed Xml the export file should be pretty small.

亽野灬性zι浪 2024-08-27 04:30:29

由于您要为字节输出付费,因此压缩它是第一步。然后也许将其放入 blob 存储中,以便可以提取它。

Since you are paying for bytes out, compressing it is the first step. Then maybe put it in blob storage so that it can be picked up.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文