You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by rafaelcoutinho <gi...@git.apache.org> on 2017/02/09 17:05:28 UTC

[GitHub] jena issue #209: Close writers in NTtriple

Github user rafaelcoutinho commented on the issue:

    https://github.com/apache/jena/pull/209
  
    I know there is no query context or model, however one thing that I identified is that using different jena versions the executing time changes a lot. I don't think it's the query itself but it looks like jena avoids processing the entire model until needed, so when the query is executed jena seems to be performing the full inferences.
    
    The odd thing is that version 3.0.1 is much faster than newer ones:
    
    - v3.0.1 - takes 100s
    - v3.1.1 - takes 222s
    - v3.2.0 - takes 220


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---