Re: (Mis)use of transactions
- From: Doug Morse <morse@xxxxxxxx>
- Date: Fri, 10 Aug 2007 12:52:30 +0000 (UTC)
Hi,
Oops, just be sure that I'm 100% clear re: the last paragraph in my previous
post:
You DO still of course to need to use triggers. The "lie" I told had
to do with using them to manage the checkpoints. THAT functionality is much
better handled with periodic stored procedures. Triggers, however, are
still need to manage the contents of the shadow table. Specifically, you
will need "ON INSERT", "ON UPDATE", and "ON DELETE" triggers for the
Reference table.
Doug
On Fri, 10 Aug 2007 12:41:44 +0000 (UTC), Doug Morse <morse@xxxxxxxx> wrote:
....
Finally, I "lied" a bit to keep things simple, just to get the concepts
across more easily. In "real life", I wouldn't use the triggers to manage
the clearing of the checkpoints, provided your DBMS let's you schedule
certain stored procedures to run at a certain time (or, even if not, you're
...
- References:
- (Mis)use of transactions
- From: RedGrittyBrick
- Re: (Mis)use of transactions
- From: Thomas Hawtin
- Re: (Mis)use of transactions
- From: RedGrittyBrick
- Re: (Mis)use of transactions
- From: Doug Morse
- (Mis)use of transactions
- Prev by Date: Re: (Mis)use of transactions
- Next by Date: Re: (Mis)use of transactions
- Previous by thread: Re: (Mis)use of transactions
- Next by thread: Re: (Mis)use of transactions
- Index(es):
Relevant Pages
|
|