Re: [HACKERS] sort on huge table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] sort on huge table
Дата
Msg-id 9950.941513877@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] sort on huge table  (Don Baccus <dhogaza@pacifier.com>)
Ответы Re: [HACKERS] sort on huge table  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
> At 06:24 PM 11/1/99 -0800, Mike Mascari wrote:
>> I know this is a VERY long shot, but... what were the READ/WRITE ratios
>> between the old version and the new version? Perhaps the computation
>> of the checksum (sic) blocks under RAID5 caused the unexpected behavior. 

Good try but no cigar --- we're dealing with a merge algorithm here,
and it's inherently the same amount of data in and out.  You write
a block once, you read the same block once later on.  But...

Don Baccus <dhogaza@pacifier.com> writes:
> RAID 5, not the operating system, might be getting in the way...it
> would be interesting to test this on a Linux 2.2 kernel without
> the RAID 5 complication.

... I agree this'd be worth trying.  There could be some subtle effect
somewhere in RAID5 that's tripping things up.  It'd also be useful if
someone could try it on similar RAID hardware with a non-Linux kernel.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Backend terminated abnormally
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: [HACKERS] Backend terminated abnormally