Re: Mixing OO and DB
From: Thomas Gagne <tgagne_at_wide-open-west.com>
Date: Wed, 19 Mar 2008 15:57:16 -0400
Message-ID: <utednV_FdPZv8nzanZ2dnUVZ_tKinZ2d_at_wideopenwest.com>
Date: Wed, 19 Mar 2008 15:57:16 -0400
Message-ID: <utednV_FdPZv8nzanZ2dnUVZ_tKinZ2d_at_wideopenwest.com>
topmind wrote:
>
> Decoupling adds a layer of indirection. Indirection is not free.
> Unless that level of indirection buys you a lot, it is often not worth
> it because it adds to maintenance cost and red-tape code bulk. Spend
> indirection wisely.
>
Or decoupling could be thought of as replacing a layer of bad design
with a layer of better design.
Relational databases added many layers with a large cost in performance, memory, and disk--and the benefits from RDB's improved design outweigh those costs which have largely mitigated by progress and Moore's Law.
-- Visit <http://blogs.instreamco.com/anything.php> to read my rants on technology and the finance industry. Visit <http://tggagne.blogspot.com/> for politics, society and culture.Received on Wed Mar 19 2008 - 20:57:16 CET