Re: RIAK 1.4.6 - Mass key deletion

2014-04-06 Thread Matthew Von-Maszewski
Edgar, This is indirectly related to you key deletion discussion. I made changes recently to the aggressive delete code. The second section of the following (updated) web page discusses the adjustments: https://github.com/basho/leveldb/wiki/Mv-aggressive-delete Matthew On Apr 6, 2014,

Re: RIAK 1.4.6 - Mass key deletion

2014-04-06 Thread Edgar Veiga
Matthew, thanks again for the response! That said, I'll wait again for the 2.0 (and maybe buy some bigger disks :) Best regards On 6 April 2014 15:02, Matthew Von-Maszewski wrote: > Edgar, > > In Riak 1.4, there is no advantage to using empty values versus deleting. > > leveldb is a "write on

Re: RIAK 1.4.6 - Mass key deletion

2014-04-06 Thread Matthew Von-Maszewski
Edgar, In Riak 1.4, there is no advantage to using empty values versus deleting. leveldb is a "write once" data store. New data for a given key never physically overwrites old data for the same key. New data "hides" the old data by being in a lower level, and therefore picked first. leveldb'

Re: RIAK 1.4.6 - Mass key deletion

2014-04-06 Thread Edgar Veiga
Hi again! Sorry to reopen this discussion, but I have another question regarding the former post. What if, instead of doing a mass deletion (We've already seen that it will be non profitable, regarding disk space) I update all the values with an empty JSON object "{}" ? Do you see any problem wit

riak-java-client and basic authentication

2014-04-06 Thread markrthomas
Hello If I enable basic authentication on a reverse-proxy (e.g. nginx, haproxy) then how can I specify the username and password using java-riak-client? com.basho.riak.client.RiakFactory.httpClient("http://username:password@localhost:8098/riak";)? Thanks Mark -- View this message in context: