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

ASF subversion and git services commented on ATLAS-3760:
--------------------------------------------------------

Commit 3fba80f2fc16bc87e82d2bb5a3f57e6c028a5e06 in atlas's branch 
refs/heads/branch-2.0 from Damian Warszawski
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=3fba80f ]

ATLAS-3760: optimize freetext search handling of excludeDeletedEntities flag

Signed-off-by: Madhan Neethiraj <mad...@apache.org>
(cherry picked from commit 204275cc2d7fc520e1f9ea2b0f2ad6161af706c5)


> Optimize FreeTextSearchProcessor to apply exclude deleted entity  filter on 
> solr side.
> --------------------------------------------------------------------------------------
>
>                 Key: ATLAS-3760
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3760
>             Project: Atlas
>          Issue Type: Improvement
>          Components:  atlas-core
>            Reporter: Damian Warszawski
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> *Problem description*
> Current implementation of FreeTextSearchProcessor applies filtering in memory 
> to exclude deleted entities.
> This introduces significant performance overhead by generating redundant 
> calls to solr index. 
> *Goals*
> Improve performance of FreeTextSearchProcessor by applying filter in solr 
> query.
> *Proposed solution*
>  * replace in-memory filtering with filter in solr query.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to