Re: Advice about optomizing MYSQL
- From: IchBin <weconsul@xxxxxxx>
- Date: Mon, 23 Oct 2006 16:03:28 -0400
J.O. Aho wrote:
ZeldorBlat wrote:maxdamage wrote:Well, I was wondering if it would be better to do a series of smaller
queries (about 5 - 10) and use less overhead on the PHP end or do one
big querry that would fill a huge array (maybe 50x10) and use a ton of
overhead.
One big query. Trips to the database are generally expensive and a 50
x 10 array isn't very big at all. If all else fails, try the two and
see which performs better.
Keep in mind the distance to the mysql server from the machine running the php script. The further away the more risk for lag.
//Aho
Figured I would touch on this. Is there any question about the performance of queries or this just the php end? If so how about normalizing the database? Every little bit would help.
--
Thanks in Advance... http://ichbin.9999mb.com
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
______________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
.
- Follow-Ups:
- Re: Advice about optomizing MYSQL
- From: J.O. Aho
- Re: Advice about optomizing MYSQL
- References:
- Advice about optomizing MYSQL
- From: maxdamage
- Re: Advice about optomizing MYSQL
- From: ZeldorBlat
- Re: Advice about optomizing MYSQL
- From: J.O. Aho
- Advice about optomizing MYSQL
- Prev by Date: Paradox DB and TIME field
- Next by Date: Proper form for sending mail
- Previous by thread: Re: Advice about optomizing MYSQL
- Next by thread: Re: Advice about optomizing MYSQL
- Index(es):
Relevant Pages
|