Skip to content

Replacement for BulkUpdateHandler.add(Iterator)? #3

Description

@KonradHoeffner

virtGraph.getBulkUpdateHandler().add(it); is deprecated but when I replace it with GraphUtil.add(virtGraph, it);, the upload of a 86kB ntriples file to my local Virtuoso takes 1.2 s instead of 0.1 s. Uploading a 300 MB ntriples file is not complete after 24 hours. Is there a non-deprecated method of achieving the same speed as the BulkUpdateHandler?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions