frostfs-node/pkg/local_object_storage/pilorama
Dmitrii Stepanov d2ff4db847
[#9999] tree: Add ApplyBatch method
Concurrent Apply can lead to child node applies before parent, so
undo/redo operations will perform. This leads to performance degradation
in case of tree with many sublevels.

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2024-10-30 15:41:24 +03:00
..
batch.go Revert "[#972] pilorama: Remove removeDuplicatesInPlace()" 2024-02-19 15:36:01 +00:00
batch_test.go Revert "[#972] pilorama: Remove removeDuplicatesInPlace()" 2024-02-19 15:36:01 +00:00
bench_test.go [#959] node: Set mode to shard's components when open it 2024-02-09 14:04:01 +00:00
boltdb.go [#9999] tree: Add ApplyBatch method 2024-10-30 15:41:24 +03:00
forest.go [#9999] tree: Add ApplyBatch method 2024-10-30 15:41:24 +03:00
forest_test.go [#1251] pilorama: Allow traversing multiple branches in parallel 2024-07-18 14:18:06 +03:00
generic_test.go [#xx] Avoid manual management of files in tests 2023-08-14 14:01:39 +03:00
heap.go [#1251] pilorama: Allow traversing multiple branches in parallel 2024-07-18 14:18:06 +03:00
info.go [#1333] services/control: Return pilorama info in ListShards RPC 2022-07-21 15:08:24 +03:00
inmemory.go [#335] treesvc: Fix inmemory unit tests and nil meta items 2023-07-20 10:14:10 +03:00
interface.go [#9999] tree: Add ApplyBatch method 2024-10-30 15:41:24 +03:00
meta.go [#1251] pilorama: Allow traversing multiple branches in parallel 2024-07-18 14:18:06 +03:00
meta_test.go [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
metrics.go [#373] local storage: Pass parent ID 2023-06-21 15:13:26 +03:00
mode_test.go [#959] node: Set mode to shard's components when open it 2024-02-09 14:04:01 +00:00
multinode.go [#1251] pilorama: Allow traversing multiple branches in parallel 2024-07-18 14:18:06 +03:00
option.go [#373] pilorama: Add metrics 2023-06-21 15:13:26 +03:00
split_test.go [#1251] pilorama: Allow traversing multiple branches in parallel 2024-07-18 14:18:06 +03:00
types.go [#335] treesvc: Sort nodes by Filename in GetSubTree 2023-07-20 10:14:10 +03:00
util.go [#1442] pilorama: Generate timestamp based on node position in the container 2022-07-21 15:08:24 +03:00
util_test.go [#1442] pilorama: Generate timestamp based on node position in the container 2022-07-21 15:08:24 +03:00