View Single Post
  #5  
Old 05-08-2002, 09:01 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

I havent had any problems so far.. I mega optimize compile my stuff for performance, but I doubt I'm squeezing that much more performance out of it than a precompiled rpm version. At this point, transactions wouldnt really gain us anything.. Later on though, stored procedures will be the way to go though as the query strings and operations start to get bigger and more complex (if they do, might not ever go that way). This is optimal when you have an offbox database, alot less traffic to call the procedure than to pass all the sql.

Im interested in seeing if its directly portable to the 4.X seris of mysql, there are alot of nice performance boosts in the new line.
Reply With Quote