[
https://issues.apache.org/jira/browse/OAK-6747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Reschke updated OAK-6747:
--------------------------------
Summary: improve patch matching in RDBVersionGCSupport (was: improve index
handling in RDBVersionGCSupport)
> improve patch matching in RDBVersionGCSupport
> ---------------------------------------------
>
> Key: OAK-6747
> URL: https://issues.apache.org/jira/browse/OAK-6747
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: rdbmk
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Attachments: OAK-6747.diff
>
>
> We currently find split documents by using "LIKE" to exclude regular
> documents. However, these "LIKE" expressions start with a wildcard, which
> defeats use of the index.
> We may be able to improve this by adding to the already existing exclusion
> patterns, such as:
> {noformat}
> 0:/% 1:/% 2:/% 3:/% 4:/% ...
> {noformat}
> We should benchmark this first, though. See OAK-6719.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)