Re: DBI Query rows Benchmark

2003-09-07 Thread George Schlossnagle
On Sunday, September 7, 2003, at 12:33 PM, Pablo Fischer wrote: Thanks!!! El día Sunday 07 September 2003 7:59 a Bob Showalter mandó el siguiente correo: Pablo Fischer wrote: Hello! I have a questionto those lovers of DBI and Databases: which method is faster to know the number of rows of a quer

Re: DBI Query rows Benchmark

2003-09-07 Thread Pablo Fischer
Thanks!!! El día Sunday 07 September 2003 7:59 a Bob Showalter mandó el siguiente correo: > Pablo Fischer wrote: > > Hello! > > > > I have a questionto those lovers of DBI and Databases: which method > > is faster to know the number of rows of a query: > > > > $sth->rows > > > > or > > > > my quer

Re: DBI Query rows Benchmark

2003-09-07 Thread Bob Showalter
Pablo Fischer wrote: > Hello! > > I have a questionto those lovers of DBI and Databases: which method > is faster to know the number of rows of a query: > > $sth->rows > > or > > my query but with a COUNT(id) and retrieve the value with: > > $query->bind_columns(undef, \$total); > > The table its '