Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> The Slippery Slope, Smaller Transactions = Uglier Code?

The Slippery Slope, Smaller Transactions = Uglier Code?

From: S Green <twogreens_at_sprynet.com>
Date: Sun, 21 Jun 1998 22:43:04 -0500
Message-ID: <6mi30g$m4l$1@juliana.sprynet.com>


Everywhere I turn, I am reducing my transaction size and shortening my query duration. I am doing this to minimize the roll back segment size and to avoid the data too old error. But each step, makes my code uglier. Simple high level relational commands start looking like procedure code.

Am I missing something? Or is this a classic design process, where optimizing one ideal compromises another.

TIA scott Received on Sun Jun 21 1998 - 22:43:04 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US