frostfs-node/pkg
Leonard Lyubich e738699fcc [#676] services/container: Cache the results of read operations
In previous implementation Container service handlers didn't cache the
results of `Get` / `GetEACL` / `List` operations. As a consequence of this,
high load on the service caused neo-go client's connection errors. To avoid
this there is a need to use cache. Object service already uses `Get` and
`GetEACL` caches.

Implement cache of `List` results. Share already implemented cache of Object
service with the Container one. Provide new instance of read-only container
storage (defined as an interface)to morph executor's constructor on which
container service is based. Write operations remained unchanged.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-08-30 18:01:26 +03:00
..
core [#660] core/container: Use version.IsValid in CheckFormat 2021-07-05 11:05:44 +03:00
innerring [#766] Fix stylecheck import linter error 2021-08-26 17:57:15 +03:00
local_object_storage [#773] writecache: Delete unused dbSize param 2021-08-27 15:05:53 +03:00
metrics [#426] Put prometheus behind pkg/metrics 2021-03-17 10:58:00 +03:00
morph [#751] morph/client: Add custom signer scope support 2021-08-06 17:29:27 +03:00
network [#737] network/cache: handle request canceled in multiclient 2021-08-05 14:47:41 +03:00
services [#676] services/container: Cache the results of read operations 2021-08-30 18:01:26 +03:00
util [#744] util/attributes: Support escaped symbols 2021-08-04 16:48:54 +03:00