frostfs-node/pkg/local_object_storage/metabase
Alex Vanin 4e7d49791b [#199] Index parent first in metabase
With exist check we should index parent first, because
as soon as child will be added to metabase, exist on
parent will return true even if it was not indexed yet.

Also this commit makes one db.Update instead of two for
parent and child.

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-12-11 17:19:37 +03:00
..
v2 [#199] Index parent first in metabase 2020-12-11 17:19:37 +03:00
db.go [#189] metabase: Implement DumpInfo method 2020-12-11 17:19:37 +03:00
db_test.go [#189] metabase: Implement DumpInfo method 2020-12-11 17:19:37 +03:00
delete.go [#158] metabase: Log errors inside DeleteObjects method implementation 2020-11-09 14:07:20 +03:00
delete_test.go [#158] metabase: Implement operation of deleting a group of objects 2020-11-09 14:07:20 +03:00
exists.go [#176] localstore: Implement shard methods via Metabase and BlobStor 2020-12-11 17:19:37 +03:00
get.go [#174] Update to latest neofs-api-go changes 2020-11-17 11:56:00 +03:00
get_test.go [#137] metabase: Implement and useful test funcs for work with DB 2020-11-03 18:42:32 +03:00
info.go [#189] metabase: Implement DumpInfo method 2020-12-11 17:19:37 +03:00
put.go [#208] Remove childfree search attribute 2020-11-30 10:44:15 +03:00
put_test.go [#160] Fix metabase test for virtual object 2020-11-16 10:02:12 +03:00
select.go [#160] Store root and phy indexes as fake bucket tree 2020-11-16 10:02:12 +03:00
select_test.go [#177] metabase: Add index by object ID 2020-11-23 09:54:59 +03:00