semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

.Net: Optimize GetBatchAsync to retrieve multiple entries with a single query

Open atiq-bs23 opened this issue 1 year ago • 0 comments

Motivation and Context

GetBatchAsync was executing n (equal to the number of keys) queries, where a single query could retrieve multiple entries at once.

Description

Now current implementation will execute a single query to retrieve multiple entries.

Contribution Checklist

atiq-bs23 avatar Aug 09 '24 07:08 atiq-bs23