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 load of same source but different 'release' runs #54

Open
valentinedwv opened this issue Jul 2, 2024 · 0 comments
Open

Bulk load of same source but different 'release' runs #54

valentinedwv opened this issue Jul 2, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@valentinedwv
Copy link
Member

So #50 is needed unless we can consistently create the same blind node id's

If you load the same release file, then you will not increase the triple count

If you run two release files from two different runs, then you will cause 'mutations' aka add triples, even though the files are the same.

TESTING UPLOADING WITH LOAD:

create a namespace. query for the triple count

select (count(?s) as ?count)
where { ?s ?o ?a }

from the UPDATE UI you can use the two separately

LOAD <https://oss.geocodes-aws-dev.earthcube.org/ecrr/graphs/latest/ecrr_examples_release.nq>

LOAD <https://oss.geocodes-aws-dev.earthcube.org/ecrr/graphs/archive/ecrr_examples/summoned__ecrr_examples_2024-07-02-03-53-50_release.nq>

@valentinedwv valentinedwv added the bug Something isn't working label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants