Non-Relational Data Concepts Flashcards

1
Q

What is Azure Cosmos DB?

A
  • Globally distributed NoSQL database service
  • Multiple consistency levels
  • Supports multiple APIs (SQL, MongoDB, Cassandra, etc.)
  • Automatic scaling
  • 99.999% availbility SLA (Service-level Agreement)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the main types of NoSQL databases?

A
  • Document databases (store JSON-like documents)
  • Key-value stores (simple key-value pairs)
  • Column-family stores (columns grouped into families)
  • Graph databases (nodes and edges)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly