Craig,

The warning is there to discourage users from using list-keys, but it
doesn't prevent the operation from performing. Generally, list-keys can spam
a lot of your cluster, potentially blocking other operations (until some
upcoming changes land, and always on 0.14.x). You should still plan for the
day when list-keys will be too inconvenient even for the occasional query.

Nevertheless, you can disable that warning message using:

Riak.disable_list_keys_warnings = true


On Mon, Aug 22, 2011 at 11:10 PM, Craig Muth <cr...@homerun.com> wrote:

> Seeing this in the log:
>
> "Full-bucket MapReduce, including key filters, invokes list-keys which is
> an expensive operation that should not be used in production"
>
> Assuming one is ok with having a query take a few seconds it's acceptable
> to use a key filter in production, correct?
>
> --Craig
>
>
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
>


-- 
Sean Cribbs <s...@basho.com>
Developer Advocate
Basho Technologies, Inc.
http://www.basho.com/
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to