fabiog1901 / dbworkload

Simulator utility for DBMS workloads.
GNU General Public License v3.0
1 stars 0 forks source link

Unreliable stats under high concurrency #1

Closed fabiog1901 closed 3 months ago

fabiog1901 commented 3 months ago

At high level of concurrency, the metrics generated by each thread overload the pipe used to communicate with the MainProcess. As a result, the MainProcess cannot reliably calculate the count and the percentiles of all executed transactions. This affects the printed stats, which will show far less executions.