Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Wrapping all tables with packages and scalability
So, then don't use REF CURSORs. Instead, filter SELECT statements against a
layer of views...
on 5/2/04 11:21 AM, Ryan at ryan.gaffuri_at_cox.net wrote:
> I'm familiar with abstraction and Object Oriented design. This is
> essentially what you are talking about. I like it, I am just concerned about
> scalability. If REF Cursor opening and closing has overhead..., then there
> is a concern at the very high end. I talked to some guys building an
> application for the government. Its a 7 year life cycle that will be
> deployed to 3 million people.( no idea on concrrency, etc... yet estimate is
> 500 GB database, but that is rough). Nailing down the architecture early is
> essential. So these types of decisions could be critical 3-5 years from now.
-- 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 Sun May 02 2004 - 15:17:59 CDT