Skip to content

Store level zero-digest fast-path #2034

@palfrey

Description

@palfrey

Currently we have some work in stores for fast-path'ing zero-digests because we can just assume they always exist and return a default item for them. This issue covers implementing them for all stores. We can't just do this in StoreLike as sometimes we use a specific store directly and need to actually handle this properly there.

We should do this at least for all of the base stores (ones that store stuff themselves, not in a child store) as those have most of the overhead this helps, but it should be an improvement for the higher-level stores as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions