Re: Build tool

2020-05-31 Thread Abhishek Singh
dling 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. > >

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: 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
t is 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

Re: Pluggable throttling of read and write queries

2017-02-22 Thread Abhishek Verma
nse to move all the small use cases into their separate clusters. On Mon, 20 Feb 2017 at 22:21 Oleksandr Shulgin <oleksandr.shul...@zalando.de> >>> wrote: >>> >>>> On Sat, Feb 18, 2017 at 3:12 AM, Abhishek Verma <ve...@uber.com> wrote: >>>> >>>

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.

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

2016-10-10 Thread Abhishek Verma
upgrading from 2.2.5 to 3.0.8 in this way? Am I missing something? Thanks for your time. -Abhishek.