Re: PostgreSQL performance scaling

[ Available lists | Index of freebsd-performance | Month of Nov 2010 | Week of 23 Nov 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Ivan Voras <ivoras@freebsd.org>
Date
23 Nov 2010 02:15:34
Subject
Re: PostgreSQL performance scaling
Message-ID
AANLkTikyK_q1Uw+SWHB9EMTNRgiQhA9frhdUYy7KoQF_@mail.gmail.com

In reply to
Replies
Referenced by

[ Hide this part ]
On 23 November 2010 10:35, David Xu <davidxu@freebsd.org> wrote:
> Ivan Voras wrote:

>> and the overall behaviour is similar - the processes spend a lot of time
>> in "sbwait" and "ksem" states.
>>
> Strange, the POSIX semaphore in head branch does not use ksem, it is
> based on umtx, there is no limit on POSIX semaphore, the only limit
> is process's address space which limits how many semaphores can be
> used.

*shrug*; I don't know how it could be wrong - this PostgreSQL was
built from ports after I upgraded & booted 9-current.

If it didn't use POSIX semaphores from HEAD, shared semaphores
wouldn't have worked, right?

Elapsed time: 0.333 seconds