You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/faq.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -739,11 +739,11 @@ Yes, you can use regular syntax to create composite partition key.
739
739
740
740
### Can I use stable loader for data loading?
741
741
742
-
No, during preview stable loader isn't supported.
742
+
No, stable loader isn't supported.
743
743
744
744
### Can an on-premises Apache Cassandra cluster be paired with Azure Cosmos DB's Cassandra API?
745
745
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.
747
747
748
748
### Does Cassandra API provide full backups?
749
749
@@ -758,15 +758,12 @@ You can add as many regions as you want for the account and control where it can
758
758
759
759
### Does the Apache Cassandra API index all attributes of an entity by default?
760
760
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.
762
762
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).
766
763
767
764
### Can I use the new Cassandra API SDK locally with the emulator?
768
765
769
-
We plan to support this capability in future.
766
+
Yes this is supported.
770
767
771
768
### 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?
0 commit comments