By the way : was the database completely empty before you started the
load? A loader can only do things faster if it loads from empty, not
incrementally.
On 10/09/15 09:56, Andy Seaborne wrote:
You could try tdbloader2 (if on Linux).
You can build the database with a later version of TDB (up to 2.13.0 --
Jena 3.0.0 is RDF 1.1 semantics, not RDF 1.0).
But the latest scripts with lots of improvements for configuring the
load from Jena 3.0.0 probably work with the class files from 2.13.0.
Andy
On 09/09/15 23:12, Maria Jackson wrote:
I am loading the triples using:
java -cp lib/tdb-0.8.11-SNAPSHOT.jar:lib/* tdb.tdbloader -loc store
dataset.ttl
I am trying to load: 2006601080 triples
On Thu, Sep 10, 2015 at 3:39 AM, Andy Seaborne <[email protected]> wrote:
On 09/09/15 21:43, Maria Jackson wrote:
Thanks a lot for your reply.
Jena seems to be taking a lot of time to load YAGO even though I am
using
SSD and RAM=64 GB. My program is running since the past 11 days, is
there
some way by which I may increase the loading speed without
discarding the
already loaded triples!
How are you loading the triples?
What storage layer are you using?
(TDB had a bulk loader back then IIRC.)
And how many triples are you attempting to load?
Andy