Re: Speed and querys

2001-05-03 Thread Jeremy Zawodny
On Thu, May 03, 2001 at 11:48:44PM +0200, Amund Steinsvik wrote: > If I do a query in a table that contains 350.000 rows and each row > is about 20 bytes (the tables total size is about 2MB) will a query > take up a lot of the processor-speed? Not if the table is indexed properly... -- Jeremy D

Speed and querys

2001-05-03 Thread Amund Steinsvik
If I do a query in a table that contains 350.000 rows and each row is about 20 bytes (the tables total size is about 2MB) will a query take up a lot of the processor-speed? And how will the a query work on a web-page? Fast, or? All the entrys in the table is int-variables. - amund