9
Working with Azure Cosmos DB to Manage Database Services
We store data in relational tables if we are using relational databases. Unstructured data can be stored in a storage solution, but sometimes, the structure of a relational database can be too rigid and generally leads to poor performance in certain cases, requiring the implementation of specific and detailed tuning. There are several models, known as NoSQL databases, that present solutions for certain scenarios, such as documents, graphs, column family stores, and key-value stores.
NoSQL databases are defined by multiple characteristics: they are non-relational, have a JavaScript Object Notation (JSON) schema, and are designed for scaling out.
This chapter will cover designing and implementing ...
Get A Developer's Guide to Building Resilient Cloud Applications with Azure now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.