Skip to content

Commit 5fafbf5

Browse files
authored
Merge pull request #107249 from TheovanKraay/update-cassandra-features
adding new CQL commands supported
2 parents 3c16b10 + 8f3426c commit 5fafbf5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/cosmos-db/cassandra-support.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ Azure Cosmos DB supports the following database commands on Cassandra API accoun
140140

141141
* CREATE KEYSPACE (The replication settings for this command are ignored)
142142
* CREATE TABLE
143+
* CREATE INDEX (without specifying index name, and full frozen indexes not yet supported)
144+
* ALLOW FILTERING
143145
* ALTER TABLE
144146
* USE
145147
* INSERT
@@ -174,7 +176,7 @@ Azure Cosmos DB supports role-based access control (RBAC) for provisioning, rota
174176

175177
## Keyspace and Table options
176178

177-
The options for region name, class, replication_factor, and datacenter in the "Create Keyspace" command are ignored currently. The system uses the underlying Azure Cosmos DBs [global distribution](global-dist-under-the-hood.md) replication method to add the regions. If you need the cross-region presence of data, you can enable it at the account level with PowerShell, CLI, or portal, to learn more, see the [how to add regions](how-to-manage-database-account.md#addremove-regions-from-your-database-account) article. Durable_writes can't be disabled because Azure Cosmos DB ensures every write is durable. In every region, Azure Cosmos DB replicates the data across the replica set that is made up of four replicas and this replica set [configuration](global-dist-under-the-hood.md) can't be modified.
179+
The options for region name, class, replication_factor, and datacenter in the "Create Keyspace" command are ignored currently. The system uses the underlying Azure Cosmos DB's [global distribution](global-dist-under-the-hood.md) replication method to add the regions. If you need the cross-region presence of data, you can enable it at the account level with PowerShell, CLI, or portal, to learn more, see the [how to add regions](how-to-manage-database-account.md#addremove-regions-from-your-database-account) article. Durable_writes can't be disabled because Azure Cosmos DB ensures every write is durable. In every region, Azure Cosmos DB replicates the data across the replica set that is made up of four replicas and this replica set [configuration](global-dist-under-the-hood.md) can't be modified.
178180

179181
All the options are ignored when creating the table, except gc_grace_seconds, which should be set to zero.
180182
The Keyspace and table have an extra option named "cosmosdb_provisioned_throughput" with a minimum value of 400 RU/s. The Keyspace throughput allows sharing throughput across multiple tables and it is useful for scenarios when all tables are not utilizing the provisioned throughput. Alter Table command allows changing the provisioned throughput across the regions.

0 commit comments

Comments
 (0)