[
https://issues.apache.org/jira/browse/JENA-513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13743373#comment-13743373
]
ASF subversion and git services commented on JENA-513:
------------------------------------------------------
Commit 1515213 from [~andy.seaborne] in branch 'jena/trunk'
[ https://svn.apache.org/r1515213 ]
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.
> 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