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

allow updating a diff when saving instead of forcing a create #5617

Draft
wants to merge 2 commits into
base: stable
Choose a base branch
from

Conversation

ajtmccarty
Copy link
Contributor

IFC-580

the current approach for saving a diff requires always saving the entire thing. if a diff is very big, this will take a long time.

this PR updates the cypher query that saves a diff to allow for updating a diff in place instead of only creating one. more changes are necessary, but this will soon allow us to only save the changed parts of a diff instead of the whole thing.

@github-actions github-actions bot added the group/backend Issue related to the backend (API Server, Git Agent) label Jan 30, 2025
Copy link

codspeed-hq bot commented Jan 30, 2025

CodSpeed Performance Report

Merging #5617 will not alter performance

Comparing ajtm-01292025-allow-diff-update-save (7dacbd3) with stable (7569469)

Summary

✅ 11 untouched benchmarks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/backend Issue related to the backend (API Server, Git Agent)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant