Keyspace Name
- Last Updated: July 25, 2025
- 1 minute read
- DataDirect Connectors
- ODBC
- Apache Cassandra 8.0
- Documentation
Attribute
KeyspaceName (KSN)
Purpose
Specifies the name of the keyspace to which you want to connect. This value is also used as the default qualifier for unqualified table names in queries.
Valid Values
keyspace_name
where:
- keyspace_name
- is the name of a valid keyspace. If the driver cannot find the specified keyspace, the connection fails; however, if you do not specify a value, the default is the keyspace defined by the system administrator for each user.
Notes
If KeyspaceName is not specified, Cassandra's internal keyspace name
systemwill be used.
Default
system