Re: Problem running select with partial partition keys in version 3.3

2016-02-26 Thread Jonathan Haddad
You wouldn't be able to do that query with that schema in any version of Cassandra. Here's the output from 2.1: cqlsh> create KEYSPACE test WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 1}; cqlsh> use test; cqlsh:test> create table if not exists persistent_map ( ...

Problem running select with partial partition keys in version 3.3

2016-02-26 Thread Saurabh Sethi
We just upgraded our cluster to version 3.3 and I am not able to run select or delete statements using partial partition keys in where clause. It asks me to provide all the partition keys. But I have only partial partition key info (1 out of two columns) when running a select. Is there any wor