Re: un-vacuum?

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: un-vacuum?
Дата
Msg-id 20060119215831.GA15442@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: un-vacuum?  (uwcssa <uwcssa@gmail.com>)
Ответы Re: un-vacuum?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thu, Jan 19, 2006 at 03:54:33PM -0500, uwcssa wrote:
> I want to do this for  repeating some experiment results, not for
> tuning the db (pretty much like using an old machine to find
> performance difference for an algorithm).  so if i have a way
> of knowing which tables are storing the statistics, i guess i can
> delete all from that table to archieve this.

pg_statistic stores statistics.  I think it's safe to delete rows,
but you might want to wait for one of the developers to comment
before mucking around with the stored values, especially if you're
not familiar with reading the pg_stats view.

http://www.postgresql.org/docs/8.1/interactive/catalog-pg-statistic.html

-- 
Michael Fuhr


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] [PATCH] Better way to check for getaddrinfo function.
Следующее
От: Tom Lane
Дата:
Сообщение: Cache-flush stress testing