frostfs-node/pkg/local_object_storage
Evgenii Stratonikov 48eb87d32c [#1149] writecache: Prevent corruption in Head
Also, remove optimization comments:
1. Having to maintain an execute the same logic for headers as for
   objects is quite inefficient, as it increases memory footprint.
2. Unmarshaling object is a cheap operation if data slice is in memory.
3. For unmarshaling header-only, I think we need SDK support.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-03-31 15:40:25 +03:00
..
blobovnicza [#1143] blobstor: Implement existsSmall check 2022-03-31 15:33:22 +03:00
blobstor [#1143] blobstor: Implement existsSmall check 2022-03-31 15:33:22 +03:00
engine [#1143] shard: Introduce explicit Degraded mode 2022-03-31 15:33:22 +03:00
internal/log [#790] storage engine: Add common template of log messages 2021-09-13 15:02:13 +03:00
metabase [#1262] metabase: Remove list index in place Delete 2022-03-28 17:08:11 +03:00
shard [#1143] shard: Support degraded mode in Get and GetRange 2022-03-31 15:33:22 +03:00
util [#1214] *: Use single Object type in whole project 2022-03-04 17:45:00 +03:00
writecache [#1149] writecache: Prevent corruption in Head 2022-03-31 15:40:25 +03:00