What Kind Of nosql Store Are Azure Table Storage
Azure Table Storage is a NoSQL key-value store. It works with huge semi-structured datasets. Table Storage allows you to create massively-scalable apps that require a flexible data schema. You can use JSON to serialize data and also run OData Queries.
Table storage is capable of storing up to 500 TB per storage account, with a single subscription supporting 100 storage accounts. Table storage is a semi-structured
NoSQL data store that uses two keys, a Partition Key and a Row Key,
Leave an answer
You must login or register to add a new answer.