query contains IN on the partition key and an ORDER BY

2015-05-02 Thread Abhishek Singh Bailoo
Hi I have run into the following issue https://issues.apache.org/jira/browse/CASSANDRA-6722 when running a query (contains IN on the partition key and an ORDER BY ) using datastax driver for Java. However, I am able to run this query alright in cqlsh. cqlsh: show version; [cqlsh 5.0.1 |

Re: query contains IN on the partition key and an ORDER BY

2015-05-02 Thread Robert Wille
Bag the IN clause and execute multiple parallel queries instead. It’s more performant anyway. On May 2, 2015, at 11:46 AM, Abhishek Singh Bailoo abhishek.singh.bai...@gmail.commailto:abhishek.singh.bai...@gmail.com wrote: Hi I have run into the following issue

Keyspace name length

2015-05-02 Thread Saurabh Sethi
Apache’s Cassandra code validates the keyspace name length for max 48 characters whereas Datastax’s documentation says keyspace name should be 32 or fewer characters. Which of these is correct? Thanks, Saurabh

Re: Query returning tombstones

2015-05-02 Thread Jens Rantil
Hi Christian, I just know Sylvain explicitly stated he wasn't a fan of exposing tombstones here: https://issues.apache.org/jira/browse/CASSANDRA-8574?focusedCommentId=14292063page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14292063 Cheers, Jens On Wed, Apr 29, 2015