Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 498 Bytes

Find_Cassandra_SimpleStrategy_keyspaces.md

File metadata and controls

12 lines (8 loc) · 498 Bytes

How-To Determine Keyspaces with SimpleStrategy

NOTE: This page will showcase how to determine if there are keyspaces in a cluster with SimpleStrategy replication.

SELECT * FROM system_schema.keyspaces WHERE replication CONTAINS 'org.apache.cassandra.locator.SimpleStrategy' ALLOW FILTERING;
  • Related Content
    • Script to adjust keyspace replication settings can be found here