Joe,
I think you hit the nail on the head. We install from your released
deb's, but we deploy via chef and have the config generated from a
template. I am going to set up another test this morning and I will
let you know how it goes.
Thanks.
On Wed, Apr 25, 2012 at 7:38 PM, Joseph Blomstedt wro
I am using curl to execute a map query. My command is this:
curl -v -d '{"inputs":[["test", "12"]],
"query":[{"map":{"language":"javascript", "source":"function(value, keyData,
arg) { var dats = Riak.mapValuesJson(value)[0]; return [typeof dats];}"}}]}'
-H "Content-Type: application/json" http
Hi,
I have done a benchmark in Riak and I find that Insert a new record has the
lowest latency and Get's latecy (seek a record by key) is the middle one
(in terms of latency) and Update command has the highest latency.
Latency means the amount of time that each operation takes to complete.
What
Dear team,
My doubt is I have loaded goog.csv on riak using load_data script such as
#!/usr/local/bin/escript
main([Filename]) ->
{ok, Data} = file:read_file(Filename),
Lines = tl(re:split(Data, "\r?\n", [{return, binary},trim])),
lists:foreach(fun(L) -> LS = re:split(L, ","), forma