Re: "stored procedures" - use cases? - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: "stored procedures" - use cases?
Date
Msg-id 4DB74D6A.7030405@agliodbs.com
Whole thread Raw
In response to Re: "stored procedures" - use cases?  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: "stored procedures" - use cases?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: "stored procedures" - use cases?  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
> Another point, as there appear to be diverging camps about
> supertransactional stored procedures vs. autonomous transactions, what
> would be the actual use cases of any of these features?  Let's collect
> some, so we can think of ways to make them work.

Here's where I wanted autonomous transactions just last week, and didn't
have them so I had to use a python script outside the database:

-- doing a CREATE INDEX CONCURRENTLY for 150 partitions on a partitioned
table.

-- doing a backfill operation for 10GB of computed data, taking 8 hours,
where I don't want to hold a transaction open for 8 hours since this is
a high-volume OLTP database.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: "stored procedures" - use cases?
Next
From: "Kevin Grittner"
Date:
Subject: Re: "stored procedures" - use cases?