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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Database programming standards

RE: Database programming standards

From: <Jared.Still_at_radisys.com>
Date: Thu, 3 Jun 2004 14:44:35 -0700
Message-ID: <OFD5585BD1.9472CC1F-ON88256EA8.007745EB-88256EA8.00776D89@radisys.com>


> Many developers dislike storing business logic in the database for a
number
> of reasons
> - Application servers can be scaled out more easily than can database
> servers. Throwing an extra machine or two in the application server
cluster
> is a relatively simple operation. Throwing an extra machine into a
database
> server cluster, particularly if you're not using RAC everywhere, is much
> more complicated. Realistically, very few applications need this sort
of
> scale out, but there are a few.

Of course, if the business logic is in the database, there will be far less
need for more app servers.

Conversely, adding app servers is going to enventually require scaling on the database end as well, as the database will be acting more like a data gofer, and more app servers will require more singleton data accesses.

Jared



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Thu Jun 03 2004 - 16:41:42 CDT

Original text of this message

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