-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Concurrency
-
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.