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

Bulk read in all the strings-id pairs in the DB. #65649

Merged
merged 7 commits into from
Nov 29, 2022

Conversation

CyrusNajmabadi
Copy link
Member

Followup to #65646.

This saves time on initial DB load by replacing N chatty reads with one single streaming cursor. In perf testing this saves about a second, which is nice to have the DB data ready as soon as possible after VS load.

@CyrusNajmabadi CyrusNajmabadi merged commit ce67eb9 into dotnet:main Nov 29, 2022
@ghost ghost added this to the Next milestone Nov 29, 2022
@CyrusNajmabadi CyrusNajmabadi deleted the bulkLoad branch November 29, 2022 00:30
@allisonchou allisonchou modified the milestones: Next, 17.5 P2 Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants