pgstatindex

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема pgstatindex
Дата
Msg-id 20020525.234746.74724168.t-ishii@sra.co.jp
обсуждение исходный текст
Ответы Re: pgstatindex  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Here is a new contrib function called "pgstatindex", similar to
pgstattuple but different in that it returns the percentage of the
dead tuples of an index. I am posting this for review purpose.

Installation of pgstatindex is pretty easy:

unpack the tar package in contrib directory.
cd into pgstatindex directory.
make
make install
psql -f /usr/local/pgsql/share/contrib/pgstatindex.sql your_database

Note:

(1) I think I have adopted to the recent Tom's changes to index access   routines, but if you find anything is wrong,
pleselet me know.
 

(2) pgstatindex probably does not work with rtree and gist indexes.
--
Tatsuo Ishii

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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: strange update problem with 7.2.1
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Edge case problem with pg_dump