Re: Temporary Table - Mailing list pgsql-performance

From Christian Paul B. Cosinas
Subject Re: Temporary Table
Date
Msg-id 008201c5e44b$c0cdf390$1e21100a@ghwk02002147
Whole thread Raw
In response to Temporary Table  ("Christian Paul B. Cosinas" <cpc@cybees.com>)
Responses Re: Temporary Table  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List 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 by date:

Previous
From: Ralph Mason
Date:
Subject: Re: Temporary Table
Next
From: "Christian Paul B. Cosinas"
Date:
Subject: Re: Temporary Table