Re: Riak KV performance in sensor data storage application

2017-10-03 Thread Grigory Fateyev
Yury, thank you for sharing your investigations. It is very useful to read! 2017-10-03 8:32 GMT+03:00 Yury Shevchuk : > Greetings! > > We have published a paper on the subject. It may be of interest for > Riak developers and users who put Riak under heavy write load. > >

Re: Riak TS Performance for analytical queries

2017-06-29 Thread Grigory Fateyev
Hello! I'm not sure but seems this can help: > In interactive mode, which is default, only some code is loaded during system startup, basically the modules needed by the runtime system. Other code is dynamically loaded when first referenced. When a call to a function in a certain module is made,

Re: Kafka Connector For RiakTS?

2017-04-06 Thread Grigory Fateyev
404 Error 2017-04-06 12:04 GMT+03:00 Andrei Zavada : > Hi Joe, > > Sorry for letting your question remain unanswered for so long. There > is indeed a tool you might find useful: > https://github.com/basho-labs/kafka-connect-riak, but please be aware > that it is

Re: Update metadata of entries in bucket

2017-02-25 Thread Grigory Fateyev
er > lbak...@basho.com > > > On Thu, Feb 23, 2017 at 10:38 AM, Grigory Fateyev <gfb...@gmail.com> > wrote: > > Hello! > > > > I'm trying to write riak_pipe command that updates metadata, the code: > > https://gist.github.com/greggy/7d7fa3102d89673019410c

Update metadata of entries in bucket

2017-02-23 Thread Grigory Fateyev
Hello! I'm trying to write riak_pipe command that updates metadata, the code: https://gist.github.com/greggy/7d7fa3102d89673019410c6e244650cd I'm getting every entry in update_metadata/1 then creating a new metadata, updating it in Item. My question is how to update r_object in a bucket? Thank

Re: Efficient way to fetch all records from a bucket

2017-01-28 Thread Grigory Fateyev
Hello! I think this link https://github.com/basho/riak-erlang-client/blob/develop/src/riakc_pb_socket.erl#L506 ? You need list_keys/2 function. 2017-01-28 13:33 GMT+03:00 Russell Brown : > IF you use leveldb, there is a function in the riak-erlang-client that > gets all

Sorting of data using 2i pagination

2015-11-24 Thread Grigory Fateyev
Hello! We use 2i pagination and it is very good. The only thing that bothering me is sorting. Now data returns in ascending order but we need descending order. How can we do it? -- Best regards! gfborn [at] gmail [dot] com ___ riak-users mailing list