Re: Storing Timestamps With Microsecond Resolution in RiakTS

2016-12-20 Thread Alexander Sicular
Hi Joe, You could do that. Riak currently supports millisecond resolution. Look at the primary key composition. There are two lines, the first is the partition key and the second is the local key. The local key denotes the sort order and is the actual unique key for that grouping (quanta). You

Fwd: [ANN] Riak TS 1.5 is available

2016-12-20 Thread Pavel Hardak
Dear Riak users, Earlier today we have released Riak TS v1.5. This release packs multiple new features, usability and performance improvements, and bug fixes. In best Basho traditions, we release it both as open source for the Riak community and as Enterprise Edition for Basho customers. The new

Storing Timestamps With Microsecond Resolution in RiakTS

2016-12-20 Thread Joe Olson
Is anyone storing timestamps with microsecond resolution in RiakTS? I'm interested in hearing if anyone is doing this, and how they are doing it. My gut reaction is to have a compound timestamp + integer primary key, with the microsecond part of the timestamp (least significant digits) going in