Skip to content

Commit e0c2ec4

Browse files
committed
Adding Table API FAQ as new doc
1 parent 67da64a commit e0c2ec4

File tree

4 files changed

+300
-276
lines changed

4 files changed

+300
-276
lines changed

articles/cosmos-db/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,10 @@
844844
- name: F#
845845
href: /dotnet/articles/fsharp/using-fsharp-on-azure/table-storage
846846
maintainContext: true
847+
- name: Concepts
848+
items:
849+
- name: FAQ
850+
href: table-api-faq.md
847851
- name: How-to guides
848852
items:
849853
- name: Build apps with Table API

articles/cosmos-db/cassandra-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: thvankra
99
---
1010
# Frequently asked questions about the Cassandra API for Azure Cosmos DB
1111

12-
## What are some key differences between Apache Cassandra and the Cassandra API?
12+
## Key differences between Apache Cassandra and the Cassandra API
1313

1414
- Apache Cassandra recommends a 100-MB limit on the size of a partition key. The Cassandra API for Azure Cosmos DB allows up to 20 GB per partition.
1515
- Apache Cassandra allows you to disable durable commits. You can skip writing to the commit log and go directly to the memtables. This can lead to data loss if the node goes down before memtables are flushed to SSTables on disk. Azure Cosmos DB always does durable commits to help prevent data loss.

0 commit comments

Comments
 (0)