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

Hudson commented on JENA-513:
-----------------------------

SUCCESS: Integrated in Jena_Development_Test #850 (See 
[https://builds.apache.org/job/Jena_Development_Test/850/])
JENA-513 , JENA-514 : DatasetGraphBase.deleteAny rewritten to work in slices.

Instead of copying the whole iterator, the code takes slices, and repeats until
the "deleteAny" pattern no longer causes .find to return anything. (andy: rev 
1515213)
* 
/jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/sparql/core/DatasetGraphBase.java
* 
/jena/trunk/jena-arq/src/test/java/com/hp/hpl/jena/sparql/core/AbstractDatasetGraphTests.java

                
> DatasetGraphTDB.deleteAny uses a loop to delete leading to a scaling problem.
> -----------------------------------------------------------------------------
>
>                 Key: JENA-513
>                 URL: https://issues.apache.org/jira/browse/JENA-513
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: TDB
>    Affects Versions: TDB 0.10.1
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Minor
>             Fix For: TDB 0.10.2
>
>
> DatasetGraphTDB.deleteAny is relying on the DatasetGraphCaching default 
> implementation.
> It should work on NodeIds and also use the batching as seen in 
> GraphTDB.removeWorker
> Move GraphTDB.removeWorker code to DatsetGraphTDB and consolidate on using 
> that.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to