Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2786

Allow large result sets to be streamed to the client

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.6.1
    • None
    • dotnet
    • None

    Description

      When working with larger result sets, it is beneficial for memory management to process each chunk of data as it is returned from the gremlin server. This is possible with the Javascript client library as stated here.

      This should also be possible with the .NET client.

      Ideally, it would be possible for a traversal to return an async enumerator (IAsyncEnumerable<T>). Perhaps add a PromiseStream method to supplement the Promise method?

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              billpoole Bill Poole
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: