riak ruby client

2012-06-30 Thread Anand Hegde
i am writing a script which has utility functions for connecting to a cluster, get, put, delete etc https://gist.github.com/3022760 are there any failure scenarios that i have missed? ___ riak-users mailing list riak-users@lists.basho.com http://lists.

resyncing

2012-06-30 Thread Anand Hegde
Suppose i have a single node running (node-1) (other nodes are down) and i put a key 'A' in riak. Now another node comes up, after a few minutes node-1 goes down, will my other nodes have key A in them? ___ riak-users mailing list riak-users@lists.basho.

Re: resyncing

2012-06-30 Thread Jeremiah Peschka
Maybe. It depends on hinted handoffs and whatnot have completed. If you're really curious, you could build a cluster and test it. On Saturday, June 30, 2012, Anand Hegde wrote: > Suppose i have a single node running (node-1) (other nodes are down) and i > put a key 'A' in riak. > > Now another no

Large buckets with Secondary Index

2012-06-30 Thread Yousuf Fauzan
Hello, Record size ~ 600 bytes, Indexed on 3 fields For a new bucket, I am getting around 1-1.5K writes/second. However, when the bucket size gets large (15 Million records in my case) then the write speed drops 5-6 times. Is this an expected behavior or am I doing something wrong? -- Yousuf Fa

Re: Large buckets with Secondary Index

2012-06-30 Thread Yousuf Fauzan
I had a discussion with Tryn Mirell on Riak IRC. Here are a few things discussed 1. LevelDB (till 1.1.x) suffers from compaction stalls 2. A benchmark to illustrate compaction stall ( http://cl.ly/2U3F1h3N2U3L461l000H) 3. Significant work being done in 1.2.x branch on (i) bloom filter support for