frostfs-node/pkg/local_object_storage/writecache
Evgenii Stratonikov ddaed283e9 [#1523] writecache: Simplify logic
1. Remove in-memory cache. It doesn't persist objects and if we want
   more speed, `NoSync` option can be used for the bolt DB.
2. Put to the metabase in a synchronous fashion. This considerably
   simplifies overall logic and plays nicely with the metabase bolt DB
   batch settings.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-08-22 13:14:19 +03:00
..
delete.go [#1523] writecache: Simplify logic 2022-08-22 13:14:19 +03:00
doc.go [#472] blobstor: implement write-cache 2021-04-29 17:36:36 +03:00
errors.go [#1247] object: Return NOT_FOUND and ALREADY_REMOVED statuses 2022-03-17 16:34:00 +03:00
flush.go [#1523] writecache: Simplify logic 2022-08-22 13:14:19 +03:00
get.go [#1523] writecache: Simplify logic 2022-08-22 13:14:19 +03:00
init.go [#1523] local_object_storage: Unify parameters for the Iterate operation 2022-08-22 13:14:19 +03:00
iterate.go [#1523] local_object_storage: Unify parameters for the Iterate operation 2022-08-22 13:14:19 +03:00
mode.go [#1523] writecache: Simplify logic 2022-08-22 13:14:19 +03:00
options.go [#1524] writecache: Add some bolt parameters to the configuration 2022-06-20 17:04:35 +03:00
put.go [#1523] writecache: Simplify logic 2022-08-22 13:14:19 +03:00
state.go [#933] write-cache: Use real number of objects in counters 2021-10-25 18:49:10 +03:00
storage.go [#1559] local_object_storage: Fix tests and some data races 2022-07-21 17:56:06 +03:00
util.go [#1647] writecache: Open DB in sync mode 2022-08-16 15:27:18 +04:00
writecache.go [#1523] writecache: Simplify logic 2022-08-22 13:14:19 +03:00