frostfs-node/pkg/local_object_storage/writecache
Pavel Karpy 34544502dc
All checks were successful
ci/woodpecker/pr/pre-commit Pipeline was successful
[#314] wc: Simplify WC
Do not use write-cache as a read cache: always remove objects from the
WC, not only if an object hasn't been used for some time (LRU cache is
dropped). Use object size (in bytes) as a metric of used space, not an
approximate (and too inaccurate) maximum stored objects number.

Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
2023-05-05 21:05:31 +03:00
..
delete.go [#314] wc: Simplify WC 2023-05-05 21:05:31 +03:00
doc.go [#1745] writecache: Actualize docs 2022-09-02 11:59:53 +03:00
flush.go [#314] wc: Simplify WC 2023-05-05 21:05:31 +03:00
flush_test.go [#314] wc: Simplify WC 2023-05-05 21:05:31 +03:00
generic_test.go Rename package name 2023-03-07 16:38:26 +03:00
get.go [#314] wc: Simplify WC 2023-05-05 21:05:31 +03:00
init.go [#314] wc: Simplify WC 2023-05-05 21:05:31 +03:00
iterate.go [#314] wc: Simplify WC 2023-05-05 21:05:31 +03:00
mode.go [#314] wc: Simplify WC 2023-05-05 21:05:31 +03:00
options.go [#314] wc: Simplify WC 2023-05-05 21:05:31 +03:00
put.go [#314] wc: Simplify WC 2023-05-05 21:05:31 +03:00
state.go [#314] wc: Simplify WC 2023-05-05 21:05:31 +03:00
storage.go [#314] wc: Simplify WC 2023-05-05 21:05:31 +03:00
util.go [#139] test: Add test storage implementation 2023-03-29 14:28:49 +00:00
writecache.go [#314] wc: Simplify WC 2023-05-05 21:05:31 +03:00