Skip to content

Commit 4a18421

Browse files
authored
Merge pull request #79508 from kanshiG/patch-53
Updated with latest changes for Cassandra API
2 parents e554371 + 781e16b commit 4a18421

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/cosmos-db/faq.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -739,11 +739,11 @@ Yes, you can use regular syntax to create composite partition key.
739739

740740
### Can I use stable loader for data loading?
741741

742-
No, during preview stable loader isn't supported.
742+
No, stable loader isn't supported.
743743

744744
### Can an on-premises Apache Cassandra cluster be paired with Azure Cosmos DB's Cassandra API?
745745

746-
At present Azure Cosmos DB has an optimized experience for cloud environment without overhead of operations. If you require pairing, send mail to [[email protected]](mailto:[email protected]) with a description of your scenario.
746+
At present Azure Cosmos DB has an optimized experience for cloud environment without overhead of operations. If you require pairing, send mail to [[email protected]](mailto:[email protected]) with a description of your scenario. We are working on offering to help pair the on-premise/different cloud Cassandra cluster to Cosomos DB's Cassandra API.
747747

748748
### Does Cassandra API provide full backups?
749749

@@ -758,15 +758,12 @@ You can add as many regions as you want for the account and control where it can
758758

759759
### Does the Apache Cassandra API index all attributes of an entity by default?
760760

761-
Yes, all attributes of an entity are indexed by default by Azure Cosmos DB. For more information, see [Azure Cosmos DB: Indexing policies](index-policy.md). You get benefits of guaranteed performance with consistent indexing and durable quorum committed writes always.
761+
Cassandra API is planning to support Secondary indexing to help create selective index on certain attributes.
762762

763-
### Does this mean I don't have to create more than one index to satisfy the queries?
764-
765-
Yes, Azure Cosmos DB provides automatic indexing of all attributes without any schema definition. This automation frees developers to focus on the application rather than on index creation and management. For more information, see [Azure Cosmos DB: Indexing policies](index-policy.md).
766763

767764
### Can I use the new Cassandra API SDK locally with the emulator?
768765

769-
We plan to support this capability in future.
766+
Yes this is supported.
770767

771768
### Azure Cosmos DB as a platform seems to have lot of capabilities, such as change feed and other functionality. Will these capabilities be added to the Cassandra API?
772769

0 commit comments

Comments
 (0)