After loading the data we saw the below issues
it take 10 s to do a count g.V().count()
and any traversal queries as below:
gremlin> g.V().hasLabel('entity').flatMap(group().by('name').by(both().values('cash_in').sum())).and(select(values).unfold().is(gt(10000)))
{"requestId":"e79898f6-17a5-4714-b268-2894ab45dca9","code":"TimeLimitExceededException","detailedMessage":"A timeout occurred within the script during evaluation of [RequestMessage{, requestId=e79898f6-17a5-4714-b268-2894ab45dca9, op='eval', processor='', args={gremlin=g.V().hasLabel('entity').flatMap(group().by('name').by(both().values('cash_in').sum())).and(select(values).unfold().is(gt(10000))), batchSize=64}}] - consider increasing the timeout"}