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

Поиск
Список
Период
Сортировка
От William Yu
Тема Re: High end server and storage for a PostgreSQL OLTP system
Дата
Msg-id 4201195B.6000203@talisys.com
обсуждение исходный текст
Ответ на Re: High end server and storage for a PostgreSQL OLTP system  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: High end server and storage for a PostgreSQL OLTP system  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-performance
>>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.)
>
>
> I thought Intel was copying AMD's 64-bit API.  Is Intel's
> implementation as poor as you description?  Does Intel have any better
> 64-bit offering other than the Itanium/Itanic?

Unfortunately, there's no easy way for Intel to have implemented a
64-bit IOMMU under their current restrictions. The memory controller
resides on the chipset and to upgrade the functionality significantly,
it would probably require changing the bus protocol. It's not that they
couldn't do it -- it would just require all Intel chipset/MB
vendors/partners to go through the process of creating & validating
totally new products. A way lengthier process than just producing 64-bit
CPUs that drop into current motherboards.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bad query optimizer misestimation because of TOAST tables
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: Bad query optimizer misestimation because of TOAST