Re: Automatic free space map filling - Mailing list pgsql-hackers

From Csaba Nagy
Subject Re: Automatic free space map filling
Date
Msg-id 1141398881.3327.96.camel@coppola.muc.ecircle.de
Whole thread Raw
In response to Re: Automatic free space map filling  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Automatic free space map filling
List pgsql-hackers
> Ewe.  How expensive is scanning an index compared to the heap?  Does
> anyone have figure on that in terms of I/O and time?

See this post for an example:
http://archives.postgresql.org/pgsql-performance/2006-02/msg00416.php

For my 200 million table, scanning the pk index took ~ 4 hours. And then
there are some more indexes...

So if the index has to be scanned completely, that's still too much.

Cheers,
Csaba.




pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Automatic free space map filling
Next
From: "Magnus Hagander"
Date:
Subject: Re: Initdb on Windows 2003