gpt4 book ai didi

database - Microsoft Azure Cosmos DB 与 Microsoft Azure SQL 数据库

转载 作者:太空狗 更新时间:2023-10-30 01:56:22 24 4
gpt4 key购买 nike

我正在开发一个小型应用程序(通过 xamarin.forms),并且需要它随时从用户的设备访问在线服务器中保存的信息。我已经成功创建了一个 azure sql 数据库,但是我还没有找到任何从应用程序中编辑它的方法。我对通过 REST 方法连接到 azure 进行了一些研究,所有指南都对应于 azure cosmos DB。显然它们不是同一件事。我使用的是 Visual Studio,而不是 Azure 移动应用程序。

我的问题是:azure sql 和 azure cosmos 数据库有什么区别?

哪一个更适合资金有限的小型应用程序?

最佳答案

Azure Cosmos DB 是一个非 SQL 数据库,可快速访问信息 (JSON),具有高可用性、可扩展性和全局复制功能。

Microsoft Azure SQL 数据库即服务产品,与 Microsoft SQL Server 具有高度兼容性。即关系 DBMS

In your case it would be more convenient to use Cosmos DB because you can access the data (via JSON) without having to create a web service. And it have limitless scale. Your Azure Cosmos DB collections grow as your app grows. You can start with small data size and throughput of hundreds of requests per second.

如果使用 Azure 数据库 SQL,您必须创建一个 ASP.Net Web API 项目才能访问数据。 (这可能会影响开发时间)。

但是,如果您不熟悉 Cosmos DB,它也会影响开发时间。

您可以在这里找到一些示例:

关于database - Microsoft Azure Cosmos DB 与 Microsoft Azure SQL 数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46254913/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com