Re: [HACKERS] sort on huge table

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] sort on huge table
Date: 1999-10-18 01:07:09
Message-ID: 199910180107.VAA20290@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> OK, I have now finished up my psort reconstruction project. Sort nodes
> and btree CREATE INDEX now use the same sorting module, which is better
> than either one was to start with.
>
> This resolves the following TODO items:
>
> * Make index creation use psort code, because it is now faster(Vadim)
> * Allow creation of sort temp tables > 1 Gig
>
> Also, sorting will now notice if it runs out of disk space, which it
> frequently would not before :-(. Both memory and disk space are used
> more sparingly than before, as well.

Great. TODO changes made.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 1999-10-18 01:22:27 Re: [HACKERS] don't know whether nodes of type 719 are equal
Previous Message Bruce Momjian 1999-10-18 00:50:32 Re: [HACKERS] Re: ORACLE COMMENT statement