Hi, everyone, i have two file of triples (order of GB) , Jena provides many
methods to read and write files triple, I'm wondering what is the best
methods for read/write the models of jena, In terms of speed and memory.
For example, in reading phase is better use
org.apache.jena.riot.RDFDataMgr.read(...)     or
com.hp.hpl.jena.rdf.model.Model model -> model.read(...) ?

Ty in advance, Greetings.

Reply via email to