Re: Getting started with Jena Fuseki: export FUSEKI_HOME and FUSEKI_BASE?

2021-09-12 Thread Michael Wechner
done :-) https://github.com/apache/jena-site/pull/67 Anything else? Btw, on the following page dev@jira is mentioned https://jena.apache.org/getting_involved/index.html pointing to https://jena.apache.org/help_and_support/ but on this page only users and dev mailing lists are mentioned and

Re: Shared prefixes for all named graphs in TDB dataset (JENA-2006)

2021-09-12 Thread Holger Knublauch
To be consistent, wouldn't this mean that as soon as a Graph is added to a dataset, then it should adopt the dataset namespaces too? I am thinking about operations such as when a GraphMem is added to a DatasetGraph using addGraph. But this appears problematic, as Graphs could logically be part

Re: Getting started with Jena Fuseki: export FUSEKI_HOME and FUSEKI_BASE?

2021-09-12 Thread Bruno P. Kinoshita
>Or should I fork the repo and make a pull request inside the fork? You should fork and make a pull request, please. That way a committer can review and merge it. Thanks! Bruno On Monday, 13 September 2021, 08:53:04 am NZST, Michael Wechner wrote: Hi Andy I have created a patch

Re: Getting started with Jena Fuseki: export FUSEKI_HOME and FUSEKI_BASE?

2021-09-12 Thread Michael Wechner
Hi Andy I have created a patch git diff main..set-fuseki_base diff --git a/source/documentation/fuseki2/fuseki-quick-start.md b/source/documentation/fuseki2/fuseki-quick-start.md index fc8e12226..d3a1cb098 100644 --- a/source/documentation/fuseki2/fuseki-quick-start.md +++

Re: Faster TDB2 build?

2021-09-12 Thread Cristóbal Miranda
SSD. First phase was 50-90k triples per second until 3B triples where it started going down from 50k to 20k per second (took 3 days). SPO => SPO->POS, SPO->OSP phase was 25-50k per second until 1B where it went from 25k to 4k triples per second, currently at 3.7B triples. On Sun, 12 Sept 2021

Re: Faster TDB2 build?

2021-09-12 Thread Laura Morales
Just a personal curiosity... are you building it on a SSD or HDD? What is your "triples loaded per second" rate? > Sent: Sunday, September 12, 2021 at 2:39 AM > From: "Cristóbal Miranda" > To: users@jena.apache.org > Subject: Faster TDB2 build? > > Hi, > > I'm running tdb2.tdbloader on