Use fulltext indices for dsl search
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 when available which give a significant speedup.
Signed-off-by: Ashutosh Mestry <amestry@hortonworks.com>
Showing
Please
register
or
sign in
to comment