Uploaded image for project: 'Rust Driver'
  1. Rust Driver
  2. RUST-1712

Concurrent writes show linear latency increase

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 2.7.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      From a user report: https://github.com/mongodb/mongo-rust-driver/issues/913

      TL;DR - running N concurrent tasks shows a linear slowdown, where the first task will complete immediately and the Nth task will be slower by a factor of N.  This strongly smells like we've accidentally bottlenecked operations somewhere.

            Assignee:
            abraham.egnor@mongodb.com Abraham Egnor
            Reporter:
            abraham.egnor@mongodb.com Abraham Egnor
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: