Re: ES with JG
Suny <sahithiy...@...>
The index is enabled in ES. I verified the same query g.V().has('type', The initial hit tool 46000ms and later ones tool 600-750ms. For the second query - g.V().has('type', The initial hit tool 129826ms and later ones took 550 - 700ms gremlin> :> g.V().has('type',textContains('site')).valueMap().profile() ==>Traversal Metrics Step Count Traversers Time (ms) % Dur ============================================================================================================= JanusGraphStep([],[type.textContains(site)]) 1186 1186 17.913 0.03 optimization 0.203 backend-query 1186 5.714 PropertyMapStep(value) 1186 1186 64199.498 99.97 >TOTAL - - 64217.412 - On Friday, September 22, 2017 at 10:17:23 AM UTC-4, Robert Dale wrote:
|
|