frostfs-node/pkg/local_object_storage/metabase
Leonard Lyubich 20ed7c0d61 [#128] metabase: Implement Delete method
Implement Delete method on DB structure that adds deleted addresses to
tombstone index. Do not attach addresses from tombstone index to Select
result. Return error from Get method if address is presented in tombstone
index.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-10-29 17:34:41 +03:00
..
db.go [#128] localstorage: Implement primary object metabase 2020-10-29 17:34:41 +03:00
db_test.go [#128] metabase: Implement Delete method 2020-10-29 17:34:41 +03:00
delete.go [#128] metabase: Implement Delete method 2020-10-29 17:34:41 +03:00
get.go [#128] metabase: Implement Delete method 2020-10-29 17:34:41 +03:00
put.go [#128] metabase: Use static byte prefix for calculating non-empty keys 2020-10-29 17:34:41 +03:00
select.go [#128] metabase: Implement Delete method 2020-10-29 17:34:41 +03:00