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

add an option to add triples directly to a target graph (skipping the temp graph) #12

Open
nvdk opened this issue Dec 29, 2021 · 0 comments

Comments

@nvdk
Copy link
Member

nvdk commented Dec 29, 2021

Currently, when uploading large datasets triples are first inserted into a temp graph and then moved to the destination graph with a graph operation. The main benefit is that this allows rolling back / cancelling the upload if it fails at some point before the graph operation.

Since mu-auth doesn't support graph operations I'd suggest we add a switch that replaces the graph operation with a delete/insert query. The default should remain the graph operation for backwards compatibility

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

No branches or pull requests

1 participant