Re: Temporary Table

From: "Christian Paul B(dot) Cosinas" <cpc(at)cybees(dot)com>
To: "'Alvaro Nunes Melo'" <al_nunes(at)atua(dot)com(dot)br>, <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Temporary Table
Date: 2005-11-08 10:04:01
Message-ID: 008201c5e44b$c0cdf390$1e21100a@ghwk02002147
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


In what directory in my linux server will I find these 3 tables?

-----Original Message-----
From: Alvaro Nunes Melo [mailto:al_nunes(at)atua(dot)com(dot)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

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Christian Paul B. Cosinas 2005-11-08 10:09:00 Re: Temporary Table
Previous Message Charlie Savage 2005-11-08 07:05:01 Sort performance on large tables