Re: [SQL] Questions about vacuum analyze - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: [SQL] Questions about vacuum analyze
Date
Msg-id 199910111614.MAA03460@candle.pha.pa.us
Whole thread Raw
In response to Re: [SQL] Questions about vacuum analyze  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [SQL] Questions about vacuum analyze  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
> Bruce Momjian <maillist@candle.pha.pa.us> writes:
> > The thing I liked about the existing algorithm is that it did the
> > sorting without the page faulting/thrashing caused by many sort
> > algorithms.
> 
> Yes, I think we want to stick with the basic architecture of an
> initial replacement-selection filter operating in limited memory,
> followed by merge passes.  I'm just thinking about how to reduce
> the amount of disk space chewed up by intermediate merge results...

Wonder how our create index does it.  Seems it is must be similar.

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


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: [SQL] Questions about vacuum analyze
Next
From: Tom Lane
Date:
Subject: Re: [SQL] Questions about vacuum analyze