Re: pgstatindex

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: pgstatindex
Дата
Msg-id 20020527.101140.08349980.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: pgstatindex  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgstatindex  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Um ... what's the point?  Isn't this always the same as the percentage
> for the underlying table?

Sure. In my understanding, unlike tables "free/reusable space" is
actually not reused in index. pgstatindex would be usefull to judge if
REINDEX is needed by showing the growth of physical length and
"free/reusable space".

Maybe "free/reusable space" is not appropriate wording, "dead space"
is better?
--
Tatsuo Ishii


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Schemas: status report, call for developers
Следующее
От: Joe Conway
Дата:
Сообщение: revised sample SRF C function; proposed SRF API