[ 
https://issues.apache.org/jira/browse/OAK-10549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Mueller updated OAK-10549:
---------------------------------
    Description: 
Currently, reading many facets (eg. 20) at a time is quite slow when using a 
Lucene index. We already cache the data, but performance is not all that great. 
One of the reasons is that we run one Lucene query per facet column. 

It is possible to speed this up, using eager facet caching.

  was:Currently, reading many facets (eg. 20) at a time is quite slow when 
using a Lucene index.


> Improve performance of facet count at scale (Lucene)
> ----------------------------------------------------
>
>                 Key: OAK-10549
>                 URL: https://issues.apache.org/jira/browse/OAK-10549
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: lucene, query
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Major
>
> Currently, reading many facets (eg. 20) at a time is quite slow when using a 
> Lucene index. We already cache the data, but performance is not all that 
> great. One of the reasons is that we run one Lucene query per facet column. 
> It is possible to speed this up, using eager facet caching.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to