最便宜的云非 BLOB 存储是什么?

发布于 2024-09-24 01:25:10 字数 192 浏览 7 评论 0 原文

我有一个 iPhone 应用程序,必须使用外部云数据库在用户之间同步数据。数据是结构化的,所以BLOB存储不行。 到目前为止,我看到的唯一替代方案是

  • Amazon SimpleDB
  • MS Azure 存储(表)。我不知道是否可以只使用存储而不使用 Azure 实例。

还有其他类似的提供商吗?

I have an iPhone app that must use external cloud db to sync data between users. Data is structured, so BLOB storage will not do.
So far the only alternatives that i see are

  • Amazon SimpleDB
  • MS Azure Storage (Tables). I didnt get if i could use just Storage and no Azure instances.

Are there any other similar providers?

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

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

发布评论

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

评论(1

李白 2024-10-01 01:25:10

您完全可以在没有计算实例的情况下使用 Azure 存储(包括表、blob 和队列)。存储费用 $0.15 / GB 0.11 美元或更少 / GB,具体取决于数量,并且您需要支付带宽使用费($0.10 免费入站,$0.15 $0.12 /GB 出站)。您将支付 0.01 美元/10,000 100,000 次存储交易。

具体而言,对于 Azure 表,您可以在存储帐户中拥有任意数量的表。表是无模式的,每个存储帐户最多可容纳 100TB。

您可以在此处找到更多定价信息。

您可以在此处

You can absolutely use Azure Storage (which includes tables, blobs, and queues) with no compute instances. Storage costs $0.15 / GB $0.11 or less / GB depending on quantity, and you'll pay for bandwidth usage ($0.10 free inbound, $0.15 $0.12 / GB outbound). And you'll pay $0.01 / 10,000 100,000 storage transactions.

Regarding Azure tables specifically, you can have as many tables as you'd like within your storage account. Tables are schema-less, with up to 100TB per storage account.

You can find more pricing info here.

You can sign up for a 90-day trial, including storage, here.

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