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

Andrea Patricelli updated SYNCOPE-1886:
---------------------------------------
    Description: 
Consider ES query performance improvements by applying some OOTB configurations.

For example, according to the 
[doc|https://www.elastic.co/docs/explore-analyze/query-filter/languages/querydsl#query-filter-context],
 filter context should be preferred over query context in cases (like Syncope 
ones) where score is not needed, since scoring includes additional computation 
on ES side and does not benefit from cache.  

  was:Consider ES query performance improvements by applying some OOTB 
configurations.


> Elasticsearch and Opensearch query performance improvements
> -----------------------------------------------------------
>
>                 Key: SYNCOPE-1886
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1886
>             Project: Syncope
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 3.0.12, 4.0.0
>            Reporter: Andrea Patricelli
>            Priority: Major
>             Fix For: 3.0.13, 4.1.0, 4.0.1
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Consider ES query performance improvements by applying some OOTB 
> configurations.
> For example, according to the 
> [doc|https://www.elastic.co/docs/explore-analyze/query-filter/languages/querydsl#query-filter-context],
>  filter context should be preferred over query context in cases (like Syncope 
> ones) where score is not needed, since scoring includes additional 
> computation on ES side and does not benefit from cache.  



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

Reply via email to