hi,
i'm quite new to riak and only know it from the docs available online.
to be honest, i did not search for a key/value store, but for a reliable
(HA) distributed, replicated filesystem that allows dynamic growth.
all these filesystems i've dealt with are either immature, abandoned, or
are
Responses inline
---
Jeremiah Peschka - Founder, Brent Ozar PLF, LLC
Microsoft SQL Server MVP
On Sep 25, 2011, at 5:30 AM, pille wrote:
> hi,
>
> i'm quite new to riak and only know it from the docs available online.
> to be honest, i did not search for a key/value store, but for a reliable (HA)
I mentioned this in Friday's Recap but I figured it was worth asking
again: anyone going to Surge [1] next week? I'll be there along with
Sean Cribbs, Ian Plosker, Ryan Zezeski, and a few other members of the
Basho team. If you're attending and haven't already notified me, let
me know (or I'll have
I'll be there Wednesday/Thursday. Not attending the conference itself,
but "around" (hanging in the hallway or the bar).
On Sun, Sep 25, 2011 at 20:00, Mark Phillips wrote:
> I mentioned this in Friday's Recap but I figured it was worth asking
> again: anyone going to Surge [1] next week? I'll be
As you already know, Mr Phillips, I will be there. Now everyone else knows.
Good times.
---
Jeremiah Peschka - Founder, Brent Ozar PLF, LLC
Microsoft SQL Server MVP
On Sep 25, 2011, at 6:25 PM, Greg Stein wrote:
> I'll be there Wednesday/Thursday. Not attending the conference itself,
> but "arou
Thanks OJ! It really helped.
-Urvi
--
View this message in context:
http://riak-users.197444.n3.nabble.com/Need-basic-riak-help-tp3360474p3368192.html
Sent from the Riak Users mailing list archive at Nabble.com.
___
riak-users mailing list
riak-users@
Hi,
When i tried to use
{ok, File} = luwak_file:create(Riak, <<"file1">>, dict:new()),
Size = luwak_file:length(Riak, File),
io:format("Size is ~p bytes~n", [Size]),
{ok, _, File1} = luwak_io:put_range(Riak, File, 0, <<"1234567890">>),
Size1 = luwak_file:length(Riak, File1),