Skip to content

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

Description

@sesuncedu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions