On 18 September 2016 at 07:51, Alex De la rosa
wrote:
> Hi there,
>
> I'm trying to locate the app.config file in Riak 2.1.4-1 to add the
> following:
>
> { kernel, [
> {inet_dist_listen_min, 6000},
> {inet_dist_listen_max, 7999}
> ]},
>
> as explained at http://
Ok, documentation was confusing, i thought i had to add the data in both
riak.conf and app.config
Thanks,
Alex
On Mon, Sep 19, 2016 at 11:42 AM, Magnus Kessler wrote:
> On 18 September 2016 at 07:51, Alex De la rosa
> wrote:
>
>> Hi there,
>>
>> I'm trying to locate the app.config file in Riak
Nope, app.config is actually generated by riak.conf, through an
obscure process known as cuttlefishing ;p
On Mon, Sep 19, 2016 at 3:44 AM, Alex De la rosa
wrote:
> Ok, documentation was confusing, i thought i had to add the data in both
> riak.conf and app.config
>
> Thanks,
> Alex
>
> On Mon, Se
Hi All,
We have an index with ~548,000 entries, ~14,000 of which match one of our
queries.
We read these in a paginated search and the first page (of 100 hits)
returns quickly in ~70ms.
This response time seems to increase exponentially as we walk through the
pages:
the 4th page takes ~200ms,
the
All great questions, Sean.
A few things. First off, for result sets that are that large, you are probably
going to want to use Solr cursor marks [1], which are supported in the current
version of Solr we ship. Riak allows queries using cursor marks through the
HTTP interface. At present, it
Hey all,
I'm currently having trouble starting Stanchion on NixOS. When attempting
to start Stanchion from root user, the system complains that there's no
function clause matching lists:unzip/3.
There's currently an issue about this opened up on GitHub, available here:
https://github.com/basho/stan