Re: xeon processors

Поиск
Список
Период
Сортировка
От Christopher Browne
Тема Re: xeon processors
Дата
Msg-id m3r7s3s2bo.fsf@wolfe.cbbrowne.com
обсуждение исходный текст
Ответ на Re: creating a cluster  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: xeon processors
Re: xeon processors
Список pgsql-hackers
Centuries ago, Nostradamus foresaw when systemguards@yahoo.com (Jaime Casanova) would write:
> Can anyone tell me if postgresql has problems with xeon processors?
>
> If so, there is any fix or project of fix it?

Well, there's a known issue that IA-32 systems with more than 4GB of
memory use an extension known as "PAE" to bank-switch between the
banks of memory.  

Any time you switch banks, there's a fair little bit of work to be
done.  That includes multitasking systems that need to context switch
a few thousand times per second.

The "fix" for this problem is to rewrite all of your applications so
that they become conscious of which bits of memory they're using so
they can tune their own behaviour.  This, of course, requires
discarding useful notions such as "virtual memory" that are _assumed_
by most modern operating systems.

The fix is to buy hardware that hasn't been hacked up so badly.
-- 
select 'cbbrowne' || '@' || 'ntlug.org';
http://www3.sympatico.ca/cbbrowne/lsf.html
"There  is something in  the lecture  course which  may not  have been
visible so far, which is reality ..."  -- Arthur Norman


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: ecpg glitch in CVS tip
Следующее
От: Joseph Shraibman
Дата:
Сообщение: suggestion: set default statistics to 100 for numerics