Re: Query data with Riak TS

2016-12-01 Thread Stephen Etheridge
Jan, What you want to do to calculate the "average" is not supported in the subset of SQL available currently through Riak TS. However, it is an easy operation with a small script using one of the supported client libraries. I personally use the Python client library for all the demonstrations e

Re: Question about RiakCluster - Java client - 2.x

2016-12-01 Thread Alex Moore
Hi Konstantin, The RiakClient class is reentrant and thread-safe, so you should be able to share it among the different workers. You may have to adjust the min / max connection settings to get the most performance, but that's relatively easy. One other thing to notice is RiakClient's cleanup() me

using Riak TS for KV buckets

2016-12-01 Thread Gal Ben Haim
is using KV bucket operations in a Riak TS cluster the same as in a Riak KV cluster (in terms of performance) ? I had a phone call with a solution architect from Basho who said it fits only lightweight KV operations. This is written nowhere in the docs.. The reason I'm asking about that is the Sp