Azure Table Vs MongoDB on Azure

前端 未结 7 1609
借酒劲吻你
借酒劲吻你 2020-12-12 19:04

I want to use a NoSQL database on Windows Azure and the data volume will be very large. Whether a Azure Table storage or a MongoDB database running using a Worker role can o

相关标签:
7条回答
  • 2020-12-12 19:44

    One thing to remember is Azure Table Storage doesn't support complex data types.It supports every property in entity to be a String or number or boolean or date etc. One can't store an object against a key,which i feel is must for NoSql DB. https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/understanding-the-table-service-data-model scroll to Property Types

    0 讨论(0)
提交回复
热议问题