Re: Riak search timestamps (date/time)

2011-03-04 Thread Sean Cribbs
Current prototypes allow "between" queries, yes. Note that riak_search already supports ranges. Sean Cribbs Developer Advocate Basho Technologies, Inc. http://basho.com/ On Mar 4, 2011, at 2:24 PM, Runar Jordahl wrote: > Do you know whether secondary indices will allow range scans? > > Keep

Re: Riak search timestamps (date/time)

2011-03-04 Thread Runar Jordahl
Do you know whether secondary indices will allow range scans? Keep up the good work! Runar 2011/3/4 Sean Cribbs : > We are working on some internal prototypes of secondary indices which will > solve some of those types of problems.  There's no timeline on when (or if) > they will be released.

Re: Riak search timestamps (date/time)

2011-03-04 Thread Sean Cribbs
We are working on some internal prototypes of secondary indices which will solve some of those types of problems. There's no timeline on when (or if) they will be released. Sean Cribbs Developer Advocate Basho Technologies, Inc. http://basho.com/ On Mar 4, 2011, at 11:14 AM, Les Mikesell wrot

Re: Riak search timestamps (date/time)

2011-03-04 Thread Les Mikesell
On 3/4/2011 8:38 AM, Ryan Zezeski wrote: Does Riak Search support timestamps? The majority of my data is queried using timestamps; e.g. the last three hours of data or the snapshot from Jan 20th at 08:00:01 etc. Mike, you can format the timestamp into ISO8601 basic: [][MM][DD]

Re: Riak search timestamps (date/time)

2011-03-04 Thread Ryan Zezeski
On Sat, Feb 19, 2011 at 8:31 PM, Mike Stoddart wrote: > Does Riak Search support timestamps? The majority of my data is > queried using timestamps; e.g. the last three hours of data or the > snapshot from Jan 20th at 08:00:01 etc. > > Mike, you can format the timestamp into ISO8601 basic: [][

Re: Riak search timestamps (date/time)

2011-02-19 Thread Alexander Sicular
I think the way to do it is to parse the date/time into an int (unix time) and do an int range query. @siculars on twitter http://siculars.posterous.com Sent from my iPhone On Feb 19, 2011, at 20:31, Mike Stoddart wrote: Does Riak Search support timestamps? The majority of my data is quer

Riak search timestamps (date/time)

2011-02-19 Thread Mike Stoddart
Does Riak Search support timestamps? The majority of my data is queried using timestamps; e.g. the last three hours of data or the snapshot from Jan 20th at 08:00:01 etc. Thanks Mike ___ riak-users mailing list riak-users@lists.basho.com http://lists.ba