Howdy,
The first Leeds Riak meet-up of 2013 will be on the 26th of March at 18.15.
This time we're holding it at the Round Foundry Media Centre, just
behind the city centre train station.
The main talk is from Martin Sumner, of the NHS's Connecting for
Health team, and his talk is called, "Riak
Hi everyone,
Is there any way to request a large number of keys through 2i streaming?
Say, there is index with 10M entries, I want to extract 1M of them.
Obviously the block request (i.e. all data packed into the single response)
is not a best idea since it requires a good amount of memory either
We have done so far up to 3.5m keys listing for the same purpose using
2i search over protocol buffers and it seems to be fast enough.
Maybe it is fast because it streams and compress the keys list directly
into protocol buffer I/O stream without leaving a big foot print in
memory? I don't kno
Is there anyway to set the default search schema analyzer_factory to
'standard_analyzer_factory' for all future buckets (i.e. without having to
manually set schema each time a new bucket is created) ?
Thank you,
--
View this message in context:
http://riak-users.197444.n3.nabble.com/Set-the-
Pavel,
On first investigation, this does appear to be a bug. We'll be looking into it
today.
Reid
On Mar 4, 2013, at 8:34 AM, Pavel Kirienko
wrote:
> Hello,
>
> There is the key that indexed with value 1362400142028, index is integer.
>
> I perform the query like that:
> curl -v
> http://
I am, just haven't had time to teach myself erlang! Should be getting some
training at a conference soon, then will probably give it a go. The
"Introductory" tag helps though, thanks!
-Chad
-Original Message-
From: Christopher Meiklejohn [mailto:cmeiklej...@basho.com]
Sent: Friday, Ma
I've created this [1] issue on riak_kv to track progress. The short story is
the bug has been tracked down
to `sext`, a library we use for binary encoding of erlang terms that (should)
preserves sort order.
[1] https://github.com/basho/riak_kv/issues/499
Reid
On Mar 4, 2013, at 11:42 AM, Reid
Hi Sean,
Another question, for the User object in the described scenario, would CRDT
set still be required?
Say, if an user clicked like and unlike multiple times in a short period of
time, is it correct in saying that two riak nodes could potentially be
updating the same User object in an non de