Re: How to determine which indexes are not using or using seldom in database

Поиск
Список
Период
Сортировка
От Thomas Pundt
Тема Re: How to determine which indexes are not using or using seldom in database
Дата
Msg-id 200704021045.13239.mlists@rp-online.de
обсуждение исходный текст
Ответ на How to determine which indexes are not using or using seldom in database  ("Denis Lishtovny" <d.lishtovny@chronopay.com>)
Список pgsql-performance
Hi,

On Monday 02 April 2007 10:12, Denis Lishtovny wrote:
| I have a lot of tables and indexes in database. I must to determine which
| indexes are not using or using seldon in databese . I enabled all posible
| statistics in config but a can`t uderstand how to do this.
| Thanks.

Try "select * from pg_stat_user_indexes;" - that should give you a good start
to look at.

| p.s for example i need this to reduce database size for increase backup and
| restore speed.

Deleting indexes won't reduce backup size noticeably (but has impact on
restore speed), if you use pg_dump for backup.

Ciao,
Thomas

--
Thomas Pundt <thomas.pundt@rp-online.de> ---- http://rp-online.de/ ----

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

Предыдущее
От: "Denis Lishtovny"
Дата:
Сообщение: How to determine which indexes are not using or using seldom in database
Следующее
От: Andreas Kostyrka
Дата:
Сообщение: Re: How to determine which indexes are not using or using seldom in database