forked from TrueCloudLab/frostfs-node
ddaed283e9
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> |
||
---|---|---|
.. | ||
delete.go | ||
doc.go | ||
errors.go | ||
flush.go | ||
get.go | ||
init.go | ||
iterate.go | ||
mode.go | ||
options.go | ||
put.go | ||
state.go | ||
storage.go | ||
util.go | ||
writecache.go |