Re: Automatic free space map filling

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: Automatic free space map filling
Дата
Msg-id 1141398881.3327.96.camel@coppola.muc.ecircle.de
обсуждение исходный текст
Ответ на Re: Automatic free space map filling  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Automatic free space map filling  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Automatic free space map filling
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Initdb on Windows 2003