You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than looping over multiple requests to the store, we should add a Store API to handle multiple IDs in a single request, e.g. so that this can just be o.EnStore.GetMultiple(appraisal.EvidenceContext.ReferenceIds).
The text was updated successfully, but these errors were encountered:
yogeshbdeshpande
changed the title
Enhancement: Add a Store API to handle multiple IDs in a single request, e.g. so that a Single Request example: o.EnStore.GetMultiple(appraisal.EvidenceContext.ReferenceIds) can be more optimal
Enhancement: Add a Store API to handle multiple IDs in a single request,
Dec 13, 2023
yogeshbdeshpande
changed the title
Enhancement: Add a Store API to handle multiple IDs in a single request,
Enhancement: Add a Store API to handle multiple IDs in a single request.
Dec 13, 2023
Rather than looping over multiple requests to the store, we should add a Store API to handle multiple IDs in a single request, e.g. so that this can just be
o.EnStore.GetMultiple(appraisal.EvidenceContext.ReferenceIds)
.Originally posted by @setrofim in #205 (comment)
The text was updated successfully, but these errors were encountered: