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

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

atiq-bs23
Copy link
Contributor

@atiq-bs23 atiq-bs23 commented Aug 9, 2024

Motivation and Context

GetBatchAsync is 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 atiq-bs23 requested a review from a team as a code owner August 9, 2024 07:06
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel memory labels Aug 9, 2024
@github-actions github-actions bot changed the title Optimize GetBatchAsync to retrieve multiple entries with a single query .Net: Optimize GetBatchAsync to retrieve multiple entries with a single query Aug 9, 2024
@atiq-bs23 atiq-bs23 changed the title .Net: Optimize GetBatchAsync to retrieve multiple entries with a single query .Net: Optimize DuckDb GetBatchAsync to retrieve multiple entries with a single query Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel memory .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants