Re: Temporary Table

Поиск
Список
Период
Сортировка
От Christian Paul B. Cosinas
Тема Re: Temporary Table
Дата
Msg-id 008201c5e44b$c0cdf390$1e21100a@ghwk02002147
обсуждение исходный текст
Ответ на Temporary Table  ("Christian Paul B. Cosinas" <cpc@cybees.com>)
Ответы Re: Temporary Table
Список pgsql-performance
In what directory in my linux server will I find these 3 tables?

-----Original Message-----
From: Alvaro Nunes Melo [mailto:al_nunes@atua.com.br]
Sent: Wednesday, October 26, 2005 10:49 AM
To: Christian Paul B. Cosinas
Subject: Re: [PERFORM] Temporary Table

Christian Paul B. Cosinas wrote:

>I am creating a temporary table in every function that I execute.
>Which I think is bout 100,000 temporary tables a day.
>
>
I think that a lot. ;)

>What is the command for vacuuming these 3 tables?
>
>
VACUUM FULL pg_class;
VACUUM FULL pg_attribute;
VACUUM FULL pg_depend;

I'm using this ones. Before using them, take a look in the size that this
tables are using in your HD, and compare to what you get after running this
commands.



I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html


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

Предыдущее
От: Ralph Mason
Дата:
Сообщение: Re: Temporary Table
Следующее
От: "Christian Paul B. Cosinas"
Дата:
Сообщение: Re: Temporary Table