Re: Seeking advice regarding a design problem - Mailing list pgsql-sql

From Wei Weng
Subject Re: Seeking advice regarding a design problem
Date
Msg-id 1028305273.9762.33.camel@Monet
Whole thread Raw
In response to Seeking advice regarding a design problem  (Wei Weng <wweng@kencast.com>)
List pgsql-sql
Forgot to mention, the version of postgresql I am running is 7.1.3.

On Fri, 2002-08-02 at 12:16, Wei Weng wrote:
> I am running postgresql as database backend, and I have some scripts
> dealing with constant incoming data and then insert these data into the
> database, in a quite complex way, involving a couple of procedures.
> 
> But the performance of the database is worse than I had thought. After
> about 100 times of the script being run, the speed of the insertion
> slowed down dramatically. But it went back to the regular fast speed
> after I did a vacuum analyze.
> 
> how can I redesign the system to avoid the bottleneck? And why is it
> that postgresql can slow down so much after doing some complex
> operations?
> 
> 
> Thanks
> 
> 
> -- 
> Wei Weng
> Network Software Engineer
> KenCast Inc.
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
> 
> http://archives.postgresql.org
> 
-- 
Wei Weng
Network Software Engineer
KenCast Inc.




pgsql-sql by date:

Previous
From: Wei Weng
Date:
Subject: Seeking advice regarding a design problem
Next
From: "Rajesh Kumar Mallah."
Date:
Subject: Ltree usage..