Re: [PATCHES] Reorganization of spinlock defines

Поиск
Список
Период
Сортировка
От Marc G. Fournier
Тема Re: [PATCHES] Reorganization of spinlock defines
Дата
Msg-id 20030912011224.Q57860@ganymede.hub.org
обсуждение исходный текст
Ответ на Re: [PATCHES] Reorganization of spinlock defines  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [PATCHES] Reorganization of spinlock defines  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [PATCHES] Reorganization of spinlock defines  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers

On Fri, 12 Sep 2003, Bruce Momjian wrote:

> Marc G. Fournier wrote:
> >
> >
> > On Thu, 11 Sep 2003, Bruce Momjian wrote:
> >
> > > Well, the problem was that we defined HAS_TEST_AND_SET inside the ports.
> > > I guess we could splatter a test for Itanium and Opterion in every port
> > > that could possibly use it, but then again, if we fall back to not
> > > finding it for some reason, we don't get a report because we silently
> > > fall back to semaphores.  That's what has me worried, that if we don't
> > > do it, we will not know what platforms really aren't working properly.
> >
> > >From what I understand, "not working properly" means slow, not broken, no?
> > Which means ppl could submit a problem report and it could be fixed for
> > v7.4.1 ... its not so much  'not working properly' as it is 'not optimal
> > performance' ...
>
> Right, though I am not sure people will know _slow_ configuration vs.
> PostgreSQL is slow.

No, but definitely something for those discussion performance to add
to their checklist :)

BTW, post-compile, running system ... how do you check this?  Or can you?

For instance, having a checklist, of sorts, that ppl can go through when
trying to investigate performance issues could include stuff like:

check swap usage (albeit obvious to alot of ppl, not to all)
check disk usage using iostat
check spinlocks in use using ... ??




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Reorganization of spinlock defines
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Reorganization of spinlock defines