Toby Corkindale <[email protected]> wrote: tc> So basho_bench creates keys that tc> can't be manipulated by anything except erlang :/ You can delete tc> them if you write some erlang though.. -Toby
You're correct, though you can also configure basho_bench to string-ify the integers that are used as keys. Use either the 'int_to_str' or 'base64' key generators. https://github.com/basho/basho_bench/blob/master/src/basho_bench_keygen.erl#L50 https://github.com/basho/basho_bench/blob/master/src/basho_bench_keygen.erl#L56 -Scott _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
