RE: [HACKERS] sort on huge table

From: "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>
To: "'t-ishii(at)sra(dot)co(dot)jp'" <t-ishii(at)sra(dot)co(dot)jp>, "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org
Subject: RE: [HACKERS] sort on huge table
Date: 1999-11-04 09:12:48
Message-ID: 1BF7C7482189D211B03F00805F8527F748C20A@S-NATH-EXCH2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Still pretty good. That's five and a half thousand rows a second.

>> -----Original Message-----
>> From: Tatsuo Ishii [mailto:t-ishii(at)sra(dot)co(dot)jp]
>> Sent: Thursday, November 04, 1999 11:10 AM
>> To: Ansley, Michael
>> Cc: 't-ishii(at)sra(dot)co(dot)jp'; Tom Lane; pgsql-hackers(at)postgreSQL(dot)org
>> Subject: Re: [HACKERS] sort on huge table
>>
>>
>> >Now that's a close to linear as you are going to get.
>> Pretty good I think:
>> >a sort of one billion rows in half an hour.
>>
>> Oops! It's not one billion but 10 millions. Sorry.
>>
>> 1 million tuples 1:31
>> 2 4:24
>> 3 7:27
>> 4 11:11 <-- 970MB
>> 5 14:01 <-- 1.1GB (segmented files)
>> 6 18:31
>> 7 22:24
>> 8 24:36
>> 9 28:12
>> 10 32:14
>> --
>> Tatsuo Ishii
>>
>> ************
>>

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 1999-11-04 09:26:24 Re: [GENERAL] users in Postgresql
Previous Message Tatsuo Ishii 1999-11-04 09:10:19 Re: [HACKERS] sort on huge table