Thanks Holger
SDB currently implements its own BulkUpdateHandler, and I just made some
tests that indicate that it is significantly faster than using
GraphUtil.add (2 seconds versus 40 seconds for 10k triples). Now that
BulkUpdateHandler has been deprecated, and Model.add is already using
GraphUtil.add, what call sequence are we supposed to use to retain the
good performance of the BulkUpdateHandler? Could a method
Graph.add(Iterable<Triple>) be added to allow graphs to optimize the
behavior for specific Graph types?
- Impact on deprecation of BulkUpdateHandler on SDB Holger Knublauch
- SPARQL Query to retrieve a particular RdfId Charles Li
- Re: Impact on deprecation of BulkUpdateHandler on SD... Holger Knublauch
- Re: Impact on deprecation of BulkUpdateHandler o... Claude Warren
- Re: Impact on deprecation of BulkUpdateHandl... Holger Knublauch
- Re: Impact on deprecation of BulkUpdateH... Claude Warren
- Re: Impact on deprecation of BulkUpdateH... Andy Seaborne
- Re: Impact on deprecation of BulkUp... Claude Warren
- Re: Impact on deprecation of Bu... Andy Seaborne
- Re: Impact on deprecation o... Holger Knublauch
