frostfs-node/pkg/local_object_storage
Evgenii Stratonikov 48eb87d32c [] 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 [] blobstor: Implement existsSmall check 2022-03-31 15:33:22 +03:00
blobstor [] blobstor: Implement existsSmall check 2022-03-31 15:33:22 +03:00
engine [] shard: Introduce explicit Degraded mode 2022-03-31 15:33:22 +03:00
internal/log [] storage engine: Add common template of log messages 2021-09-13 15:02:13 +03:00
metabase [] metabase: Remove list index in place Delete 2022-03-28 17:08:11 +03:00
shard [] shard: Support degraded mode in Get and GetRange 2022-03-31 15:33:22 +03:00
util [] *: Use single Object type in whole project 2022-03-04 17:45:00 +03:00
writecache [] writecache: Prevent corruption in Head 2022-03-31 15:40:25 +03:00