[
https://issues.apache.org/jira/browse/ATLAS-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Damian Warszawski closed ATLAS-3760.
------------------------------------
Fixed and merged
> 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: 2.1.0, 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)