Re: getting better performance - Mailing list pgsql-performance

From Markus Schaber
Subject Re: getting better performance
Date
Msg-id 44AE1B46.6090908@logix-tt.com
Whole thread Raw
In response to Re: getting better performance  (Eugeny N Dzhurinsky <bofh@redwerk.com>)
List pgsql-performance
Hi, Eugeny,

Eugeny N Dzhurinsky wrote:

>> Do you add / remove tables a lot?  Could be you've got system catalog
>> bloat.
>
> Yes, almost each table is dropped and re-created in 3-5 days.

If your really recreate the same table, TRUNCATE may be a better
solution than dropping and recreation.

HTH,
Markus

--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

pgsql-performance by date:

Previous
From: Gene
Date:
Subject: Update INSERT RULE while running for Partitioning
Next
From: Markus Schaber
Date:
Subject: Re: need vacuum after insert/truncate/insert?