You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
virtGraph.getBulkUpdateHandler().add(it);
is deprecated but when I replace it withGraphUtil.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?The text was updated successfully, but these errors were encountered: