[Pellet-users] Pellet Performance Issue
Michael Smith
msmith at clarkparsia.com
Mon Apr 21 19:52:27 UTC 2008
On Mon, 2008-04-21 at 21:49 +0300, Georgios Meditskos wrote:
> I assume that after loading the ontology, you do not perform
> classification or realization.
> Thus, when the first query runs, Pellet needs to realize the instances
> (ABox reasoning) for the first time. After that,
> it has computed all it needs. That's why the next queries are so fast.
Correct.
The constructor in the ClassTree example in the distribution (file path
[1]) shows how one can force the preparation, classification, and
realization work up front, if that fits your preferred runtime profile.
--
Mike Smith
Clark & Parsia
[1] examples/org/mindswap/pellet/examples/ClassTree.java
More information about the Pellet-users
mailing list