Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-2597

[Metrics] Process typenames in batch of 25

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.0-alpha
    • 1.0.0
    • None
    • None

    Description

      The Gremlin query compilation fails when the number of typenames in within clause of the following query exceed 255

      g.V().has('__typeName', within(...)).has('__state', 'ACTIVE').groupCount().by('__typeName').toList() 

      The updated implementation breaks down the calls in chunks of 25 (configurable) typeNames and executes multiple queries with smaller batches.

      Attachments

        Issue Links

          Activity

            People

              apoorvnaik Apoorv Naik
              apoorvnaik Apoorv Naik
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: