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,
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
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'
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
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: