----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71344/#review217446 -----------------------------------------------------------
Ship it! Ship It! - Ashutosh Mestry On Aug. 22, 2019, 3:52 a.m., Bolke de Bruin wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/71344/ > ----------------------------------------------------------- > > (Updated Aug. 22, 2019, 3:52 a.m.) > > > Review request for atlas and Nixon Rodrigues. > > > Bugs: https://issues.apache.org/jira/browse/ATLAS-3384 > > https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/ATLAS-3384 > > > Repository: atlas > > > Description > ------- > > Per janusgraph documentation > https://docs.janusgraph.org/latest/index-parameters.html strings > are indexed as text by default. Atlas uses string search which is > suboptimal and leads to > significant performance loss. > > This switches to use fulltext predicates which give a significant speedup. > > > Diffs > ----- > > repository/src/main/java/org/apache/atlas/query/GremlinClause.java > ca8419a8c > > repository/src/test/java/org/apache/atlas/query/GremlinQueryComposerTest.java > 568667054 > > > Diff: https://reviews.apache.org/r/71344/diff/2/ > > > Testing > ------- > > Tested in prod with Solr/Hbase non embedded > > > Thanks, > > Bolke de Bruin > >
