OpenRiak / riak_kv

Riak Key/Value Store
0 stars 0 forks source link

Querying keys without Tombstones #7

Open martinsumner opened 1 year ago

martinsumner commented 1 year ago

There is no way presently to query for keys in Riak, with tombstones filtered out. Keylisting, $key queries and find_keys all return keys including tombstones.

There should be an options for at least one of these queries to skip tombstones. This should ease transitioning to delete_mode of keep - having a configurable method of returning key queries without tombs.

martinsumner commented 1 year ago

https://github.com/nhs-riak/riak_kv/pull/8