Which of the following services is designed for storage, automatic indexing, and rapid querying of JSON documents that are commonly found in NoSQL applications? Azure Blob storage Azure table storage Azure SQL data warehouse Azure Document DB
Answers
Answered by
0
Answer:
Azure table storage
Explanation:
- Azure Table storage is a service that stores non-relational structured data (also known as structured NoSQL data) in the cloud, providing a key/attribute store with a schemaless design. Because Table storage is schemaless, it's easy to adapt your data as the needs of your application evolve.
- Table storage is excellent for flexible datasets—web app user data, address books, device information, and other metadata—and lets you build cloud applications without locking down the data model to particular schemas.
- The key in an Azure Table Storage table comprises two elements. The partition key that identifies the partition containing the row, and a row key that is unique to each row in the same partition. Items in the same partition are stored in row key order. Rows that share the same partition key will be stored together.
#SPJ3
Learn more about this topic on:
https://brainly.in/question/11291074
Answered by
0
Answer:
Azure Document DB is designed for storage, automatic indexing, and rapid querying of JSON documents that are commonly found in NoSQL applications.
Explanation:
Azure Blob storage is a service for storing large unstructured data such as videos, images, and documents.
Azure Table storage is a NoSQL key-value store for semi-structured data.
Azure SQL Data Warehouse is a service for data warehousing and business intelligence.
More questions and answers:
https://brainly.in/question/50256914
https://brainly.in/question/50849145
#SPJ2
Similar questions