summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/execution_control
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76729 Remove TODO listed in SERVER-73342Pavi Vetriselvan2023-05-171-2/+0
* SERVER-77153 Protect against zero elapsed time in throughput probingGregory Noma2023-05-171-0/+6
* SERVER-76927 Add server parameter for concurrency adjustment intervalGregory Noma2023-05-111-0/+11
* SERVER-76645 Smooth out execution control stable concurrency levelPavi Vetriselvan2023-04-294-41/+180
* SERVER-73713 Calculate throughput interval based on actual time spentLouis Williams2023-04-283-10/+57
* SERVER-76598 Throughput probing down should look at peak usedLouis Williams2023-04-282-49/+11
* SERVER-75908 Disable execution control if user manually set concurrencyPavi Vetriselvan2023-04-243-0/+148
* SERVER-71286 Add parameters for throughput probing min/max concurrencyGregory Noma2023-03-284-22/+141
* SERVER-74569 Start with number of CPU cores for throughput probingGregory Noma2023-03-163-5/+27
* SERVER-74864 Remove `OperationContext*` from `TicketHolder::resize`Gregory Noma2023-03-152-19/+16
* SERVER-73824 Unit test throughput probing algorithmGregory Noma2023-03-131-0/+266
* SERVER-73793 Report server status metrics for concurrency adjustmentGregory Noma2023-03-032-2/+33
* SERVER-74352 Use throughput probing by defaultGregory Noma2023-03-011-4/+5
* SERVER-73710 Determine throughput probing step size based on current concurre...Gregory Noma2023-02-152-3/+49
* SERVER-73460 Probe throughput to adjust storage engine concurrencyGregory Noma2023-02-082-0/+211