You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2021. It is now read-only.
I compared the import times using different tools.
Import from console:
~/4Store-API/scripts$ ./httpd-start.sh && time ./curl-bills.sh
...
201 imported successfully
This is a 4store SPARQL server v1.1.5
real 0m0.665s
user 0m0.020s
sys 0m0.004s
Import from Java with the Sail API: TestSail.java contains a JUnit test function. The import takes about 12 seconds.
Import from Java with the Store class: TestStore.java contains a JUnit test function. The import takes about 344 seconds.
Are these times normal? If not, how can I reduce the import time from Java?