Skip to content
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

Ontology load times could be improved by saving index statistics, or even indexes #7

Open
sesuncedu opened this issue Aug 11, 2015 · 0 comments

Comments

@sesuncedu
Copy link
Contributor

The time take to index an ontology on loading can be increased by the need to resize indexes as they are constructed.

An extra data segment containing index cardinalities could be used to record the right sizes for data structures, to avoid dynamic resizing.
(Alternatively, indexing can be delayed in OWLAPI until after an ontology is loaded, so the sizes can be rebuilt).

Binary OWL could also provide its own OWLOntology implementation, with indexes persisted along with contents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant