Re: query performance

Поиск
Список
Период
Сортировка
От Brian Cox
Тема Re: query performance
Дата
Msg-id 48112464.5010604@ca.com
обсуждение исходный текст
Ответ на query performance  (Brian Cox <brian.cox@ca.com>)
Ответы Re: query performance
Re: query performance
Список pgsql-general
Tom Lane [tgl@sss.pgh.pa.us] wrote:
> You need a database-wide vacuum verbose (not just 1 table) to get that
> output ...

I ran:

 > pgsql -U admin -d cemdb -c 'vacuum verbose' > /tmp/pgvac.log 2>&1

the output file has 2593 lines and, while I haven't looked at all of
them, a:

 > fgrep -i fsm /tmp/pgvac.log

returns no lines.

Any hints as to where the FSM info is in this file?

Thanks,
Brian


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: query performance
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: query performance