git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 591e90a) | patch
Add index information to /contrib/pgstattuple:
Thu, 6 Jul 2006 02:18:07 +0000 (02:18 +0000)
Thu, 6 Jul 2006 02:18:07 +0000 (02:18 +0000)
commit dab42382f483c3070bdce14a4d93c5d0cf61e82b
Add index information to /contrib/pgstattuple:

This is an extension of pgstattuple to query information from indexes.
It supports btree, hash and gist. Gin is not supported. It scans only
index pages and does not read corresponding heap tuples. Therefore,
'dead_tuple' means the number of tuples with LP_DELETE flag.

Also, I added an experimental feature for btree indexes. It checks
fragmentation factor of indexes. If an leaf has the right link on the
next adjacent page in the file, it is assumed to be continuous (not
fragmented). It will help us to decide when to REINDEX.

ITAGAKI Takahiro
contrib/pgstattuple/README.pgstattuple diff | blob | blame | history
contrib/pgstattuple/README.pgstattuple.euc_jp diff | blob | blame | history
contrib/pgstattuple/pgstattuple.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /