Vimal Dinakaran
Vimal Dinakaran
Created PR https://github.com/kairosdb/kairosdb/pull/517
basicall the hset has the same key like below. ``` hset username john 20 hset username bob 22 hset username jack 24 hset username mathew 20 ``` And I have...
@fe2s Thanks for the reply. Right now I am doing this way. I am worried on the performance since this will eliminate server side filtering.
@fe2s You could also have a look at https://github.com/datastax/spark-cassandra-connector/blob/master/doc/2_loading.md#using-joinwithcassandratable. Instead of using hget for every name, if there is any bulk operation you could use it. I am not sure...
Any plan to add this feature ?
@dpkp is there a plan to add this ?