mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-21 05:28:25 +00:00
e3fa00972e
With a Mutex, only one thread could read from the layer at a time. I did some ad hoc profiling with pgbench and saw that a fair amout of time was spent blocked on these Mutexes.