Re: How to find out unused indexes?

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: How to find out unused indexes?
Дата
Msg-id CAMkU=1wc8H_EjS-wTCaGQWgfVHdZrH-oLntyra77M56-EdR00g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to find out unused indexes?  ("ascot.moss@gmail.com" <ascot.moss@gmail.com>)
Список pgsql-general
On Tue, Sep 3, 2013 at 8:48 AM, ascot.moss@gmail.com
<ascot.moss@gmail.com> wrote:
> Thanks.
>
> how about  the case as follows?
>
> idx_scan = 0 and idx_tup_read = 0 and idx_tup_fetch = 0, but
> idx_blks_read is not 0 and idx_blks_hit is not 0
> ?

Maintaining an unused index still requires its blocks to be read.

Cheers,

Jeff


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

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: Re: store multiple rows with the SELECT INTO statement
Следующее
От: "Janek Sendrowski"
Дата:
Сообщение: Re: store multiple rows with the SELECT INTO statement