Re: "stored procedures" - use cases?
От | Jim Nasby |
---|---|
Тема | Re: "stored procedures" - use cases? |
Дата | |
Msg-id | E1D687DB-AB9C-4935-AF9C-8A68746AD251@nasby.net обсуждение исходный текст |
Ответ на | Re: "stored procedures" - use cases? ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>) |
Список | pgsql-hackers |
On Apr 26, 2011, at 6:08 PM, Kevin Grittner wrote: > Josh Berkus <josh@agliodbs.com> wrote: >> -- 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. > > Been there, done that. Definitely not a rare use case. We do that so often we've actually written a framework around it and are working on a daemon that will deal with any backfillsthat have been registered in the system. If we could control transactions that daemon could be entirely in the database...but since we can't, we have to write it in another language outside the database and switch back and forth betweenthe two worlds. -- Jim C. Nasby, Database Architect jim@nasby.net 512.569.9461 (cell) http://jim.nasby.net
В списке pgsql-hackers по дате отправления: