[
https://issues.apache.org/jira/browse/OAK-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amit Jain updated OAK-1510:
---------------------------
Attachment: OAK-1510-add-on.patch
Add on patch on top of the one already available.
Change the {code}deleteChunk(String chunkId){code} method to
{code}deleteChunks(List<String> chunkIds){code}.
This will improve delete performance for blob store backends which can delete
in batches like Mongo and DB.
DataStoreBlobStore currently will only iterate over the batch and send delete
requests one by one to the underlying delegate DataStore(s). Will need a
corresponding change in Jackrabbit DataStores to pass in a batch of ids to
delete.
> MongoDB / DocumentNodeStore DataStore GC performance
> ----------------------------------------------------
>
> Key: OAK-1510
> URL: https://issues.apache.org/jira/browse/OAK-1510
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Reporter: Thomas Mueller
> Assignee: Thomas Mueller
> Fix For: 0.19
>
> Attachments: OAK-1510-add-on.patch, OAK-1510.patch
>
>
> We currently don't know what is the performance of the DSGC, and we might
> need to improve performance of this task.
--
This message was sent by Atlassian JIRA
(v6.2#6252)