Storage Flashcards
1
Q
What Cosmos API for JSON documents?
A
Use the SQL and MongoDB API
2
Q
What Cosmos API for key-value pairs?
A
Use the Azure Table API
3
Q
What Cosmos API for wide-columns?
A
Use the Cassandra API
4
Q
What Cosmos API to store data as graphs?
A
Use the Gremlin API
5
Q
What type of data is ideal for Azure Table Storage?
A
structured, non-relational data
6
Q
In Azure Table Storage, how many properties can an entity have?
A
252
7
Q
In Azure Table Storage what are the three system properties?
A
partition key, row key, timestamp
8
Q
What is the maxium size of an entity in Azure Table Storage?
A
1mb
9
Q
In Cosmos DB, the consitency level of ‘Consistent Prefix’ guarantees that reads never see out-of-order writes. True or False?
A
True