【发布时间】:2017-09-19 10:12:32
【问题描述】:
azure table storage 和 azure easy tables 有什么区别(如果有的话)?
【问题讨论】:
-
Azure Easy Tables 与应用服务相关联,由 Sql Azure 提供支持,面向移动应用。 Azure 表存储更像是一种通用的 NoSQL 存储。
标签: azure azure-mobile-services azure-table-storage
azure table storage 和 azure easy tables 有什么区别(如果有的话)?
【问题讨论】:
标签: azure azure-mobile-services azure-table-storage
据我所知,有完全不同的东西。
Azure 移动应用 Node.js 后端使用的 Azure 简易表。
这是一种将数据 CRUD 到 EF 等 sql 数据库/Azure 存储帐户的简单方法。
如果不绑定azure sql数据库和azure存储帐户,我们无法直接使用它。
Azure 表存储是一种在云端存储结构化 NoSQL 数据的服务。
在我看来,azure easy table 是一种将数据 CRUD 到数据库的工具。
Azure 表存储是存储结构化 NoSQL 数据的数据库。
【讨论】: