semagrow / semagrow

A SPARQL query federator of heterogeneous data sources

Home Page:https://semagrow.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slow startup time

mhoangvslev opened this issue · comments

It takes a very long time to load the summary. This is due to SEVODInferencer.

public RepositoryImplConfig getMetadataConfig() {

and later on:

public SEVODInferencerConnection(InferencerConnection con) {

If I launch semagrow in cli mode, this will be detrimental to the performance.
Could you please add the option to export the ingested summary + inference then reload on the fly instead?