[
https://issues.apache.org/jira/browse/OAK-2054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14172613#comment-14172613
]
Julian Reschke commented on OAK-2054:
-------------------------------------
[~mreutegg] this issue isn't resolved, thus it shouldn't have been closed;
should I re-open it, or create a new one?
> MissingLastRevSeeker optimized only for MongoDS
> -----------------------------------------------
>
> Key: OAK-2054
> URL: https://issues.apache.org/jira/browse/OAK-2054
> Project: Jackrabbit Oak
> Issue Type: Task
> Components: core
> Affects Versions: 1.0.6
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Fix For: 1.1.0, 1.0.7
>
> Attachments: OAK-2054.diff
>
>
> This code currently has a hardwired optimization for MongoDB (allowing a
> range query on the lastmod property). For any other persistence, all nodes
> will be traversed.
> The DocumentStore query API allows to specify a single indexedProperty with a
> start value. We should use this, and find out whether that's sufficiently
> better.
> If it's not, we may want to extend the DocumentStore API, so that DS
> implementations other than Mongo can come up with better implementations of
> the query.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)