Re: [PHP] Resource limit/performance questions

2002-12-20 Thread Marco Tabini
> > php|architect - The Magazine for PHP Professionals > The monthly magazine dedicated to the world of PHP programming > > Check us out on the web at http://www.phparch.com! > > -------- > > Subje

Re: [PHP] Resource limit/performance questions

2002-12-20 Thread John Hinton
nthly magazine dedicated to the world of PHP programming > > Check us out on the web at http://www.phparch.com! > > -------- > > Subject: Re: [PHP] Resource limit/performance questions > Date: Fri, 20 Dec 2002 1

Re: [PHP] Resource limit/performance questions

2002-12-20 Thread Marco Tabini
ct - The Magazine for PHP Professionals > The monthly magazine dedicated to the world of PHP programming > > Check us out on the web at http://www.phparch.com! > > ---------------- > > Subject: [PHP] Resource limi

Re: [PHP] Resource limit/performance questions

2002-12-20 Thread John Hinton
mming > > Check us out on the web at http://www.phparch.com! > > ---------------- > > Subject: [PHP] Resource limit/performance questions > Date: Fri, 20 Dec 2002 15:31:58 -0500 > From: John Hinton <[EMAIL PROTECTED]> > To: "[EMAIL PROTECTED]" <[EMAIL PRO

Re: [PHP] Resource limit/performance questions

2002-12-20 Thread Marco Tabini
IMHO it depends on the amount of operations you have to perform on your rows. If manipulating 2,600 rows takes several seconds, then either you're performing some really complicated data manipulation or your db could use some optimization. I have an application that manipulates ~150,000 rows on a P

[PHP] Resource limit/performance questions

2002-12-20 Thread John Hinton
I'm working on a php/mysql ap, which looks as though it will be dealing with an average of 160,000 rows of short text entries = 32 megs of drives space Anybody have ideas about what if any limits I might hit? And how I might be able to determine any limits at this point when we have only 2 weeks