You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/12/01 16:35:00 UTC

[jira] [Commented] (JENA-1787) Improve performance of ValidationProc.simpleValidatationNode

    [ https://issues.apache.org/jira/browse/JENA-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985602#comment-16985602 ] 

ASF subversion and git services commented on JENA-1787:
-------------------------------------------------------

Commit 7f303e72793d3ecd993644c2b2060b6adbe76f14 in jena's branch refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=7f303e7 ]

Merge pull request #640 from strangepleasures/JENA-1787

JENA-1787: Improve performance of ValidationProc.simpleValidatationNode

> Improve performance of ValidationProc.simpleValidatationNode
> ------------------------------------------------------------
>
>                 Key: JENA-1787
>                 URL: https://issues.apache.org/jira/browse/JENA-1787
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: SHACL
>            Reporter: Pavel Mikhailovskii
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Current implementation of ValidationProc.simpleValidatationNode (there's a typo in the name BTW) involves finding of *all* target nodes for a specific shape which is very inefficient (we only need to check *one* node) and might lead to OOMEs. A proper implementation should only check if a shape is applicable to the node of interest.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)