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

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

SUCCESS: Integrated in Jena_Development_Test #841 (See 
[https://builds.apache.org/job/Jena_Development_Test/841/])
JENA-513 : Move the batch delete code from GraphTDB to DatsetgraphTDB. (andy: 
rev 1514244)
* /jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/solver/SolverLib.java
* 
/jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/DatasetGraphTDB.java
* /jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/store/GraphTDB.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
>
> 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