| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: TRM - Morbidity has set in, or not?
Bob Badour wrote:
>
This is one of the biggest annoyances in my professional life.
Example:
me: ... and we can get rid of this attribute, because we already have uniqueness from these attributes over here. them: oh, but our framework requires an integer primary key.
Or whatever. "Our framework requires" some crap. Well, your framework sucks then. Why don't you ditch it and write some good code instead?
Or they've layered the dbms under so much crap until it's like a babe in a burqa, and they can't even tell any more when they call this method or that method that it's doing network access, so they write code like
fetch list of primary keys
for each key {
fetch that row
update one attribute
}
... and end up doing 10,000 jdbc calls when they could have done it in one.
Not that I am bitter.
Marshall Received on Fri May 19 2006 - 12:35:56 CDT
![]() |
![]() |