frostfs-node/pkg/local_object_storage/pilorama
Evgenii Stratonikov 25d5995cef [#2210] pilorama: Allocate bucket name outside of batches
1. Reduce allocations inside transactions.
2. Do not encode container ID to string: it allocates a lot and takes more
space.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2023-01-25 15:31:47 +03:00
..
batch.go [#2210] pilorama: Allocate bucket name outside of batches 2023-01-25 15:31:47 +03:00
boltdb.go [#2210] pilorama: Allocate bucket name outside of batches 2023-01-25 15:31:47 +03:00
forest.go [#2210] pilorama: Reduce the amount of keys per node 2023-01-25 15:31:47 +03:00
forest_test.go [#1621] pilorama: Batch related operations 2023-01-25 15:31:47 +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 [#2210] pilorama: Reduce the amount of keys per node 2023-01-25 15:31:47 +03:00
interface.go [#2165] pilorama: Optimize `TreeApply` when used for synchronization 2022-12-30 11:07:35 +03:00
meta.go [#1444] pilorama: Optimize internal encoding/decoding 2022-07-21 15:08:24 +03:00
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 [#2210] pilorama: Reduce the amount of keys per node 2023-01-25 15:31:47 +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