frostfs-node/pkg/local_object_storage/engine
Evgenii Stratonikov b4e90cdf51 [#2165] pilorama: Optimize TreeApply when used for synchronization
Because synchronization _most likely_ will have apply already existing
operations, it is much faster to check their presence in a read
transaction. However, always doing this will degrade the perfomance
for normal `Apply`. And, let's be honest, it is already not good.
Thus we add a separate parameter which specifies whether this logic is
enabled.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2022-12-30 11:07:35 +03:00
..
container.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
control.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
control_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
delete.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
delete_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
dump.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
engine.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
engine_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
error_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
evacuate.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
evacuate_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
exists.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
get.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
head.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
head_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
info.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
inhume.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
inhume_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
list.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
list_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
lock.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
lock_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
metrics.go [#2022] Add metric readonly to get shards mode 2022-12-30 11:07:35 +03:00
put.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
range.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
restore.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
select.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
shards.go [#2022] Add metric readonly to get shards mode 2022-12-30 11:07:35 +03:00
shards_test.go [#1770] node: Do not lock on shard's Close call 2022-10-04 10:08:55 +03:00
tree.go [#2165] pilorama: Optimize TreeApply when used for synchronization 2022-12-30 11:07:35 +03:00
tree_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
writecache.go Move to frostfs-node 2022-12-28 15:04:29 +03:00