Re: High end server and storage for a PostgreSQL OLTP system

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: High end server and storage for a PostgreSQL OLTP system
Дата
Msg-id 200502021835.j12IZKA04787@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: High end server and storage for a PostgreSQL OLTP system  (William Yu <wyu@talisys.com>)
Ответы Re: High end server and storage for a PostgreSQL OLTP system
Список pgsql-performance
William Yu wrote:
> >>You can get 64-bit Xeons also but it takes hit in the I/O department due
> >>to the lack of a hardware I/O MMU which limits DMA transfers to
> >>addresses below 4GB. This has a two-fold impact:
> >>
> >>1) transfering data to >4GB require first a transfer to <4GB and then a
> >>copy to the final destination.
> >>
> >>2) You must allocate real memory 2X the address space of the devices to
> >>act as bounce buffers. This is especially problematic for workstations
> >>because if you put a 512MB Nvidia card in your computer for graphics
> >>work -- you've just lost 1GB of memory. (I dunno how much the typical
> >>SCSI/NIC/etc take up.)

When you say "allocate real memory 2X" are you saying that if you have
16GB of RAM only 8GB is actually usable and the other 8GB is for
bounce buffers, or is it just address space being used up?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Markus Schaber
Дата:
Сообщение: Re: Bad query optimizer misestimation because of TOAST
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: High end server and storage for a PostgreSQL OLTP system