Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-873

GridFS long seeks forward

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • TBD
    • Affects Version/s: 1.2-rc0
    • Component/s: GridFS
    • None

      The specific example I have in mind is, If I read the beginning of a 200MB file, then seek ahead by 100MB and read again, what happens? Does the driver stupidly stream through 100MB of chunks, downloading all that data batch-by-batch from the server, until it reaches the proper chunk? I think the driver saves itself the effort of creating a new cursor in that case, but at great cost in network bandwidth....

            Assignee:
            jesse@mongodb.com A. Jesse Jiryu Davis
            Reporter:
            jesse@mongodb.com A. Jesse Jiryu Davis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: