Posted by Jerry Stuckle on 01/13/08 20:49
Gilles Ganault wrote:
> On Sun, 13 Jan 2008 15:09:45 -0500, Jerry Stuckle
> <jstucklex@attglobal.net> wrote:
>> Sure, all over the place.
>
> I'd love to see some actual before/after code to see the impact on the
> different ways to build CRUD apps in LAMP.
>
>> Yes, but I find in most systems MySQL is not optimized as much as possible.
>
> Where do they most often fail?
>
Lots of places. Anywhere from improper normalization to incorrect
indexes to poor MySQL optimization.
It takes time and effort to properly optimize MySQL - just like with any
other RDBMS.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|