On 28/06/2021 11:01, emri mbiemri wrote:
Dear all,

I am trying to create a knowledge base of thousands of RDF for a model 
recommendation program. My question is if it is better to merge all RDFs into a 
single RDF file so I have a single huge graph-based repository and persist this 
to TDB. Or, is it better to persist directly all RDFs into TDB as single files?

Is there any difference in terms of performance, query, etc, which method is 
better and why?

Thanks a lot.


Either.

The only consideration is to load large amounts of data 100's of millions) in a single go into TDB (bulk load offline) - which can be many files, in a single tdb2.tdbloader run.

Thousands of separate loads is slower.

    Andy

2021-02 you asked:

https://lists.apache.org/thread.html/r1d03aaf33443e7eaba5291fa8602892986178f090a21540ff9460762%40%3Cusers.jena.apache.org%3E

Reply via email to