Skip to content

The triplestore.deleteOrphanBlankNodes action is very slow on big datasets #1424

Description

@srosset81

When calling the ldp.remote.store, we call the triplestore.deleteOrphanBlankNodes action without waiting for it, but the Fuseki query is very long (the bigger the dataset, the longer it is) and it blocks all following requests.

ctx.call('triplestore.deleteOrphanBlankNodes', {

This code to delete orphan blank nodes is already deleted in the WIP SemApps 2.0 branch, because now that all triples are stored in separate graphs, it's much easier to delete them all.

But until we switch to SemApps 2.0, I suggest to remove the calls to this action and it should much improve the performances.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions