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

Replacement for BulkUpdateHandler.add(Iterator)? #3

Open
KonradHoeffner opened this issue Nov 18, 2014 · 1 comment
Open

Replacement for BulkUpdateHandler.add(Iterator)? #3

KonradHoeffner opened this issue Nov 18, 2014 · 1 comment

Comments

@KonradHoeffner
Copy link

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?

@sinaci
Copy link
Member

sinaci commented Jan 25, 2015

Hi,

Sorry for answering this late, but the answer for your question is no. We
have not overriden those methods of the default virt-jena adapter.

Anil

On Tue Nov 18 2014 at 1:58:17 PM Konrad Höffner [email protected]
wrote:

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?


Reply to this email directly or view it on GitHub
#3.

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

2 participants