Skip to content

Cosmos key-value store exists downloads data #2921

@itowlson

Description

@itowlson

The Cosmos key-value provider's exists method calls get_pair, which always fully materialises the value blob on the client. This is potentially slow for large values (and could incur egress costs, although we'd expect this provider to be used only within Azure I imagine). It might be worth implementing an additional method that selects only the id, and reimplementing exists in terms of that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions