Hi all,
We use*_s for String type, *_i for Integers and so on for single
value fields.
*_ss for List, *_ls for List nd so on.
Now I have condition where I want to store List of class like this
List . How to do this ?
___
riak-users mailing list
r
Hi Harjot
Thank you for evaluating Riak TS.
1. We currently do not have secondary indexes enabled for Riak TS. Would
you be able to add a tag column to the schema and then use the tag in the
WHERE clause?
2. GROUP BY is on our roadmap and currently a priority for the next release
3. TOP K is on o
Due to some reason, our riak cluster does not support multi-backend which
supports per bucket expiry.
so the TTL is per riak cluster now, TTL is 3 days, but I only need to keep
the keys for 6 hours for my bucket, I am deleting the old keys with a cron
job periodically.
Is there any other option