frostfs-node/pkg/local_object_storage/pilorama
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
..
boltdb.go [#2165] pilorama: Optimize `TreeApply` when used for synchronization 2022-12-30 11:07:35 +03:00
forest.go [#2165] pilorama: Optimize `TreeApply` when used for synchronization 2022-12-30 11:07:35 +03:00
forest_test.go [#2165] pilorama: Optimize `TreeApply` when used for synchronization 2022-12-30 11:07:35 +03:00
generic_test.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
info.go [#1333] services/control: Return pilorama info in `ListShards` RPC 2022-07-21 15:08:24 +03:00
inmemory.go [#1621] pilorama: Remove `Timestamp` field from `nodeInfo` 2022-12-30 11:07:35 +03:00
interface.go [#2165] pilorama: Optimize `TreeApply` when used for synchronization 2022-12-30 11:07:35 +03:00
meta.go
meta_test.go [#1698] pilorama: Add a test for the empty FileName 2022-08-30 16:52:51 +03:00
option.go [#1505] pilorama: Allow to customize database parameters 2022-07-21 15:08:24 +03:00
types.go Move to frostfs-node 2022-12-28 15:04:29 +03:00
util.go
util_test.go