[kris@obsecurity.org: Anyone interested in improving postgresql scaling?]

From: "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>
To: pgsql-performance(at)postgresql(dot)org
Subject: [kris@obsecurity.org: Anyone interested in improving postgresql scaling?]
Date: 2007-02-27 18:32:20
Message-ID: 20070227183219.GG29041@decibel.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Ok, looks like the FreeBSD community is interested in PostgreSQL
performance, or at least enough to investigate it.

Anyone here have experience hacking on FreeBSD?

----- Forwarded message from Kris Kennaway <kris(at)obsecurity(dot)org> -----

X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on noel.decibel.org
X-Spam-Level:
X-Spam-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_50,
FORGED_RCVD_HELO,SPF_PASS autolearn=no version=3.1.6
Date: Sun, 25 Feb 2007 19:22:35 -0500
From: Kris Kennaway <kris(at)obsecurity(dot)org>
To: current(at)FreeBSD(dot)org
User-Agent: Mutt/1.4.2.2i
Cc: performance(at)FreeBSD(dot)org
Subject: Anyone interested in improving postgresql scaling?
Precedence: list
Errors-To: owner-freebsd-current(at)freebsd(dot)org

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

_______________________________________________
freebsd-current(at)freebsd(dot)org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe(at)freebsd(dot)org"

----- End forwarded message -----

--
Jim C. Nasby, Database Architect decibel(at)decibel(dot)org
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Shane Ambler 2007-02-27 18:51:41 Re: Two hard drives --- what to do with them?
Previous Message Joe Uhl 2007-02-27 18:28:13 Re: Opinions on Raid