You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Przemo Pakulski (JIRA)" <ji...@apache.org> on 2015/01/30 13:30:35 UTC

[jira] [Commented] (OAK-2056) Optimize orderings by date fields

    [ https://issues.apache.org/jira/browse/OAK-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14298568#comment-14298568 ] 

Przemo Pakulski commented on OAK-2056:
--------------------------------------

As the fix is pretty save and tested already, I would like to have it ported to 1.0.x branch and included in 1.0.12.

> Optimize orderings by date fields
> ---------------------------------
>
>                 Key: OAK-2056
>                 URL: https://issues.apache.org/jira/browse/OAK-2056
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: query
>    Affects Versions: 1.0.4, 1.0.8
>            Reporter: Przemo Pakulski
>            Assignee: Davide Giannella
>              Labels: performance
>             Fix For: 1.1.4
>
>         Attachments: OAK-2056-r1.patch
>
>
> Sorting by date fields is very slow in oak, especially if result set size is large.
> I'm running the following JCR-SQL2 query
> {code}
> SELECT * FROM [cq:PageContent] AS [c] WHERE ISDESCENDANTNODE('/content')
> {code}
> which returns 3270 results on my oak repo.
> {noformat}
> Query execution times are as below
> ---------------------------------------
> No order clause 		|  0,147 sec
> ORDER BY [jcr:title]	        |  1,203 sec
> ORDER BY [jcr:createdBy]	|  1,018 sec
> ORDER BY [jcr:created]		| 25,229 sec
> {noformat}
> Ordering by date field adds extra 24 seconds overhead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)