----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72446/#review220535 -----------------------------------------------------------
Ship it! @[email protected] - the updates look good! Thanks for the patch. - Madhan Neethiraj On April 28, 2020, 9:25 p.m., Damian Warszawski wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/72446/ > ----------------------------------------------------------- > > (Updated April 28, 2020, 9:25 p.m.) > > > Review request for atlas, Ashutosh Mestry, Bolke de Bruin, madhan, and Sarath > Subramanian. > > > Repository: atlas > > > 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. The goal is to improve > performance of FreeTextSearchProcessor by applying filter in solr query. > > > Diffs > ----- > > > repository/src/main/java/org/apache/atlas/discovery/FreeTextSearchProcessor.java > 92b5eb4d2 > > > Diff: https://reviews.apache.org/r/72446/diff/1/ > > > Testing > ------- > > Verified on our dev env and achieved 10x faster response for simple call to > atlas basic search with over 50k entities. > > > Thanks, > > Damian Warszawski > >
