frostfs-node/cmd
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
..
neofs-adm [#766] Fix misspell linter error 2021-08-26 17:57:15 +03:00
neofs-cli [#760] cli: Support COMMON_PREFIX matchtype 2021-08-27 15:03:15 +03:00
neofs-ir [#720] ir: Delete without_notary defaults 2021-08-03 09:30:11 +03:00
neofs-node [#676] services/container: Cache the results of read operations 2021-08-30 18:01:26 +03:00