diff --git a/src/riak_kv_wterl_backend.erl b/src/riak_kv_wterl_backend.erl index c075317..e1a2e3d 100644 --- a/src/riak_kv_wterl_backend.erl +++ b/src/riak_kv_wterl_backend.erl @@ -341,7 +341,7 @@ is_empty(#state{connection=Connection, table=Table}) -> %% @doc Get the status information for this wterl backend -spec status(state()) -> [{atom(), term()}]. status(#state{connection=Connection, table=Table}) -> - case wterl:cursor_open(Connection, Table) of + case wterl:cursor_open(Connection, "statistics:" ++ Table, [{statistics_fast, true}]) of {ok, Cursor} -> TheStats = case fetch_status(Cursor) of