Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-38015

Confirm transactions don't hold on to tickets

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.1.7
    • Affects Version/s: None
    • Component/s: Concurrency
    • Labels:
      None
    • Fully Compatible
    • Storage NYC 2018-12-03, Storage NYC 2018-12-17, Storage NYC 2018-12-31

      Currently transactions will obtain a writing ticket as part of their GlobalLock acquisition, and hold on to it for the duration of the transaction. However, if the average transaction takes 1 second because of network or application delays, that would mean you cannot do more than 128 transactions per second, even if the system is almost entirely idle.

      A possible solutions could be releasing tickets after the first use.

            Assignee:
            geert.bosch@mongodb.com Geert Bosch
            Reporter:
            geert.bosch@mongodb.com Geert Bosch
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: