Anyone interested in improving postgresql scaling?

From: Kris Kennaway <kris_at_obsecurity.org>
Date: Sun, 25 Feb 2007 19:22:35 -0500
If so, then your task is the following:

Make SYSV semaphores less dumb about process wakeups.  Currently
whenever the semaphore state changes, all processes sleeping on the
semaphore are woken, even if we only have released enough resources
for one waiting process to claim.  i.e. there is a thundering herd
wakeup situation which destroys performance at high loads.  Fixing
this will involve replacing the wakeup() calls with appropriate
amounts of wakeup_one().

Kris
Received on Sun Feb 25 2007 - 23:22:36 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:06 UTC