naturzukunft opened a new pull request, #205: URL: https://github.com/apache/commons-rdf/pull/205
Snippet from [email protected]: ``` Hi there, it looks like I am bound to the interface org.apache.commons.rdf.api.GraphLike#add. And in the RDF4J implementation, a new connection to the repository is established for each quad/triple. This is not very useful. Am I missing another possibility or am I the first to have a problem with this ? Is there a reason, why there is no Method like GraphLike#add(List<T> statements); ? Thanks Fredy_ ``` PR extends the Interface `GraphLike` and do optimized bulk add to rdf4j Repository in one connection. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
