Re: PostgreSQL performance scaling

[ Available lists | Index of freebsd-performance | Month of Nov 2010 | Week of 22 Nov 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
David Xu <davidxu@freebsd.org>
Date
22 Nov 2010 08:37:23
Subject
Re: PostgreSQL performance scaling
Message-ID
4CEA9C46.8010507@freebsd.org

In reply to
References to
Replies

[ Hide this part ]
Mark Felder wrote:
> I recommend posting this on the Postgres performance list, too.
>
>
>
>
> Regards,
>
>
> Mark

I think if PostgreSQL uses semaphore for inter-process locking,
it might be a good idea to use POSIX semaphore exits in our head
branch, the new POSIX semaphore implementation now supports
process-shared, and is more light weight than SYSV semaphore,
if there is no contention, a process need not enter kernel to
acquire/release a lock. Note that I have just fixed a bug in head
branch. However RELENG_8 does not support process-shared semaphore
yet.

Regards,
David Xu


Elapsed time: 0.139 seconds