Re: Multi-column relations not allowed on partition key/s

2019-03-26 Thread Abhishek
Would appreciate any feedback.. Sent from my Iphone Abhishek Maloo > On Mar 22, 2019, at 11:21 AM, Abhishek Maloo wrote: > > Hello All, > I am trying to migrate some thrift "multiget(multiple partitions)" > operations to CQL. > My Schema is - > CREATE T

Multi-column relations not allowed on partition key/s

2019-03-22 Thread Abhishek Maloo
the rationale behind not supporting Multi-column relation for partition keys only. I understand that we want to discourage the use of multiget. Apparently below are valid cassandra queries - *select * from table1 where k1 IN (1,2) and k2 = 1;* *select * from table1 where k1 = 1 and k2 IN (1,2);* Thanks -Abhishek

Build tool

2020-05-31 Thread Abhishek Singh
Hi All, Hope you are doing well and are safe. I just wanted to know why is the build still on ant and is there any plan to migrate to a modern build tool? Regards, Abhishek Singh

Re: Build tool

2020-05-31 Thread Abhishek Singh
n noodling around with a gradle based build env for C* > that'll live alongside ant. Not sure what the status is on that atm > through. > > On Sun, May 31, 2020 at 3:16 PM Abhishek Singh wrote: > > > Hi All, > > Hope you are doing well and are safe. >

Bootstrapping data from Cassandra 2.2.5 datacenter to 3.0.8 datacenter fails because of streaming errors

2016-10-10 Thread Abhishek Verma
java.io.IOException: Connection reset by peer ... Does Cassandra support upgrading from 2.2.5 to 3.0.8 in this way? Am I missing something? Thanks for your time. -Abhishek.

Pluggable throttling of read and write queries

2017-02-17 Thread Abhishek Verma
like to enforce these rate limits per table and for different query types (point or range queries, or LWT) separately. Thank you in advance. -Abhishek.

Re: Pluggable throttling of read and write queries

2017-02-22 Thread Abhishek Verma
o meet those uses >>> cases. >>> >> There have been several instances where we have moved customers out of the shared cluster to their own dedicated clusters because they outgrew our limitations. But I don't think it makes sense to move all the small use cases into their separa