Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Clients
Description
Currently keyspace is either embedded in the query string or set through "use keyspace" on a connection by client driver.
There are practical use cases where client user has query and keyspace independently. In order for that scenario to work, they will have to create one client session per keyspace or have to resort to some string replace hackery.
It will be nice if protocol allowed sending keyspace separately from the query.
Attachments
Attachments
Issue Links
- is duplicated by
-
CASSANDRA-12574 Make connections state-less; do not bind a keyspace to the connection
- Resolved