Skip to content

dolt_pull performance improvement#7252

Merged
macneale4 merged 5 commits intomainfrom
macneale4/pull-perf
Jan 4, 2024
Merged

dolt_pull performance improvement#7252
macneale4 merged 5 commits intomainfrom
macneale4/pull-perf

Conversation

@macneale4
Copy link
Copy Markdown
Contributor

@macneale4 macneale4 commented Jan 4, 2024

dolt_pull currently performs unnecessary FastForwards for remote branches. There is a more optimal mechanism to fetch all remotes, actions.FetchRefSpecs, and by using that we greatly increase the speed of dolt_pull when there are lot of remote branches.

@macneale4 macneale4 requested a review from reltuk January 4, 2024 21:10
@macneale4 macneale4 changed the title quick update of pull to skip serial fetches dolt_pull performance improvement Jan 4, 2024
Copy link
Copy Markdown
Contributor

@reltuk reltuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@macneale4 macneale4 merged commit e2c0698 into main Jan 4, 2024
@macneale4 macneale4 deleted the macneale4/pull-perf branch January 4, 2024 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants