Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cosmos key-value store exists downloads data #2921

Open
itowlson opened this issue Nov 12, 2024 · 0 comments
Open

Cosmos key-value store exists downloads data #2921

itowlson opened this issue Nov 12, 2024 · 0 comments

Comments

@itowlson
Copy link
Contributor

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.

@kate-goldenring kate-goldenring moved this to 🆕 Triage Needed in Spin Triage Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 Triage Needed
Development

No branches or pull requests

1 participant