in reply to Module Design Review -- DB mini language
For instance, you notice that a particular query takes an inordinate amount of time, how are you going to tell which of your queries generated the SQL? Easy is a single user, single page script, but what about a 45000 line application spread across 80+ CGI scripts, a dozen or so mod_perl handlers, 20+ modules, a clustered Apache enviroment and a SOAP server? (Did I mention that locking/contention issues are hard enough to find and fix without another layer of abstraction?)
Interesting exercise, but remember that SQL has its foundations in relational theory and as such is a very solid base upon which to build.
rdfield
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Module Design Review -- DB mini language
by steves (Curate) on Feb 11, 2003 at 13:16 UTC |