Re: What does this tell me? - Mailing list pgsql-performance

From Joe Conway
Subject Re: What does this tell me?
Date
Msg-id 3DA3B6B9.4010207@joeconway.com
Whole thread Raw
In response to Re: What does this tell me?  ("Josh Berkus" <josh@agliodbs.com>)
Responses Re: What does this tell me?  ("Josh Berkus" <josh@agliodbs.com>)
List pgsql-performance
Josh Berkus wrote:
> What the function is doing is a succession of data cleanup procedures,
> updating the same table about 50 times.  I will be very thankful for
> the day when I can commit within a procedure.

If that's the case, can you split the work up into multiple functions, and
execute them all from a shell script? Or perhaps even offload some of the data
massaging to perl or something? (It would be easier to recommend alternate
approaches with more details.)

Joe



pgsql-performance by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: What does this tell me?
Next
From: Tom Lane
Date:
Subject: Re: What does this tell me?