RE: DBIx::Recordset and Oracle
- From: darren@xxxxxxxxxxxxxxxx (Darren Duncan)
- Date: Tue, 26 Jul 2005 12:02:43 -0700
At 11:05 AM -0700 7/26/05, Drozdowski, Catharine wrote:
Hi Folks, First of all, I want to second the database independence comment. As an Oracle DBA who has watched application vendors try to create applications which "run on all databases" I have seen anything from an ISAM format kludged into a relational model which ran slower than a dead dog no matter what hardware the mgnt threw at it.... To modern applications, no names here, who literally waste the oracle database because they do not use any of its features and dump all the stuff which would fly on a database server down the the client / application tier where is also like a very bloated dead dog.... My 2cents....
What you describe isn't intrinsic to database independence in principle. Rather, it describes certain implementations that chose to work to the least common denominator for native database feature use, and re-implemented the rest themselves. By contrast, 'Rosetta' will exploit Oracle's and other powerful database's native capabilities to the fullest, so all the work is still done by them that should be. I very much believe in not wasting resources.
While not meaning this next comment in a personal manner, in my very humble opinion, we need to be aware of dumbing down the DBI and providing new perl users with little incentive to be come experts at the ins and outs of their database of choice...knowing the sql words does not a database expert make...On the other hand in our modern say,learn,know in a day world, perhaps being an expert is an outdated concept....
I agree. A user should know about at least the main distinctions between different database products. Regardless of any portability of their code, they still have to make a decision for which one to use, so they have to know which will serve their needs best to make that decision.
-- Darren Duncan .
- References:
- RE: DBIx::Recordset and Oracle
- From: Catharine Drozdowski
- RE: DBIx::Recordset and Oracle
- Prev by Date: RE: DBIx::Recordset and Oracle
- Next by Date: RE: DBIx::Recordset and Oracle
- Previous by thread: RE: DBIx::Recordset and Oracle
- Next by thread: RE: DBIx::Recordset and Oracle
- Index(es):
Relevant Pages
|