Skip to content

Bring nodes to memory on cache miss #2689

@Arkenan

Description

@Arkenan

Currently, if we get a node and don't find it in the cache, we get it from the db. However, we don't put it in the cache, so if we get the same node multiple times, we won't retrieve it.

Note: this is a cache policy, it shouldn't leak outside of the cache and should be easy to change if the access pattern proves this policy to not be useful.

Metadata

Metadata

Assignees

Labels

performanceBlock execution throughput and performance in general

Type

No type
No fields configured for issues without a type.

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions