[
https://issues.apache.org/jira/browse/OAK-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13490581#comment-13490581
]
Thomas Mueller commented on OAK-388:
------------------------------------
> node type resolution
I would also prefer if index implementations wouldn't have to do that. I
understand for queries of the form "SELECT * FROM [mix:referenceable] where
[jcr:uuid] = 'xxxx'" it would resolve the node type unnecessarily, but I don't
consider this to be a big problem. Instead of trying to avoid node type
resolution here, it would probably be easier to cache query plans. That should
be relatively easy if bind variables are used, as it would only need a
Map<String, Query> or so. (But that's just an idea for the future, if it turns
out parsing and preparing queries takes a long time.)
> Add NodeType Index
> ------------------
>
> Key: OAK-388
> URL: https://issues.apache.org/jira/browse/OAK-388
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Reporter: Alex Parvulescu
> Assignee: Marcel Reutegger
> Fix For: 0.6
>
> Attachments: oak-core-property-index.patch
>
>
> I'm proposing a new property index for node types.
--
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