Re: Retrieving objects from Riak

2016-06-16 Thread DeadZen
Definitely an excellent response from Alexander, describing the overall state My suggestion would be to try at least two approaches and develop a way to compare them. Do you want to do statistics? are the entries for those statistics fairly immutable? it seems TS would be a good choice. User v

Re: Retrieving objects from Riak

2016-06-16 Thread Gianluca Padovani
Hi Alexander thanks for your response. 2016-06-16 6:19 GMT+02:00 Alexander Sicular : > > My question to you is what is your > use case? > This is the problem, I don't know it clearly. There are some use cases very clear. For example I need to verify username and password on a big bunch of users,

Re: Retrieving objects from Riak

2016-06-15 Thread Alexander Sicular
Hi Gianluca, I'll answer inline. My question to you is what is your use case? In general, the methods you mention could all work but there are pros and cons with each. -Alexander On Wed, Jun 15, 2016 at 12:46 PM, Gianluca Padovani wrote: > Hi all, > I'm exploring RiakKV and RiakTS and I have some

Retrieving objects from Riak

2016-06-15 Thread Gianluca Padovani
Hi all, I'm exploring RiakKV and RiakTS and I have some questions: If I need to find a group of objects based on some properties, are there any way to search it on RiakKV? For example suppose to have some user and create a key as _ so I have something as: - TX_John - TX_May - CA_Susan - CA_Martin