What does it mean that Azure Cosmos DB is multi-model?

后端 未结 6 1192
说谎
说谎 2021-01-31 17:50

Looking at the new Azure cosmos database, I\'m a bit confused about the multi-model nature of it. Specifically, does it mean:

a) That the same underlying database/store

6条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-31 18:04

    Multimodel means your data can be stored in a number of different ways. Currently, CosmosDB stores 4 different types of data and it allows you to integrate with an API and build out a user experience around these database storage types. The 4 types are Document DB or Mongo DB, Graph Database, Key Value Paire, and Wide Column or Column Family.

提交回复
热议问题