Re: pgstattuple extension for indexes
От | ITAGAKI Takahiro |
---|---|
Тема | Re: pgstattuple extension for indexes |
Дата | |
Msg-id | 20060725130246.5D05.ITAGAKI.TAKAHIRO@oss.ntt.co.jp обсуждение исходный текст |
Ответ на | Re: pgstattuple extension for indexes (Alvaro Herrera <alvherre@commandprompt.com>) |
Ответы |
Re: pgstattuple extension for indexes
|
Список | pgsql-patches |
Alvaro Herrera <alvherre@commandprompt.com> wrote: > Satoshi Nagayasu wrote: > > I'm working on an utility for b-tree index, called `pgstatindex`. > > Does it make sense to merge the pgstatindex stuff with pgstattuple, and > have the fragmentation report into pgstatindex instead of pgstattuple > itself? It sounds good. We will have two separate commands: - pgstattuple: returns tuple-level information - pgstatindex: returns page-level information We can use tuple-level info to check LP_DELETE flags on index tuples, and use page-level info to check needs for REINDEX. Do we add pgstatindex as a new contrib module, or merge it into contrib/pgstattuple? Regards, --- ITAGAKI Takahiro NTT Open Source Software Center
В списке pgsql-patches по дате отправления: