-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance of vocabulary validation #287
Comments
Update: the validated vocabulary imports another vocabulary containing ca 660 terms, so the total number of terms validated is around 1000. |
TTL export of the relevant vocabularies (which is what the Validator uses - it exports the vocabulary contexts into a byte stream and imports it to a Jena in-memory model) has approximately 1.4MB. |
Did a quick comparison with termit-dev, which does not run in Docker and is thus able to utilize all the CPUs on the kbss server. It was able to validate a vocabulary with 1800 terms in 22 seconds (note that GraphDB it uses is on a different server). |
…tion event, fix event names, move business vocabulary service test
…description and further throttle testing
… tasks with the same identifier
…on vocabulary persist
…t, fix event names, move business vocabulary service test
When validating a moderately-sized vocabulary (ca 400 terms) with flat structure validation often times out on the proxy after 60 seconds. This is unacceptable.
The text was updated successfully, but these errors were encountered: