Re: degradation in performance - Mailing list pgsql-sql

From Martin Knipper
Subject Re: degradation in performance
Date
Msg-id 4150115E.3080307@mk-os.de
Whole thread Raw
In response to degradation in performance  ("Alain Reymond" <alain.reymond@ceia.com>)
List pgsql-sql
Am 21.09.2004 13:27 schrieb Alain Reymond:

> 
> Do you have any idea how I can improve speed - apart from splitting 
> the table every 2 or 3 years which is the the aim of a database!
> 

Drop the index before you insert the data and recreate it afterwards.
Use the "copy from ..." command instead of "insert into".

Greetings,

Martin


-- 
Martin Knipper
www  : http://www.mk-os.de
Mail : knipper@mk-os.de



pgsql-sql by date:

Previous
From: "Alain Reymond"
Date:
Subject: degradation in performance
Next
From: Stephan Szabo
Date:
Subject: Re: degradation in performance