Re: Query data through python using IN clause

2020-04-02 Thread Nitan Kainth
Thanks Alex. On Thu, Apr 2, 2020 at 1:39 AM Alex Ott wrote: > Hi > > Working code is below, but I want to warn you - prefer not to use IN with > partition keys - because you'll have different partition key values, > coordinator node will need to perform queries to other hosts that hold > these

Re: Query data through python using IN clause

2020-04-02 Thread Alex Ott
Hi Working code is below, but I want to warn you - prefer not to use IN with partition keys - because you'll have different partition key values, coordinator node will need to perform queries to other hosts that hold these partition keys, and this slow downs the operation, and adds an additional