Re: Number of rows not constant

2008-02-21 Thread Mike Spreitzer
Thanks to both Dans, that's it. This even discussed in the refman, at ( http://dev.mysql.com/doc/refman/4.1/en/show-table-status.html). In my case, COUNT(*) found 25,682,600 rows and it took about 7 minutes. Thanks, Mike

Re: Number of rows not constant

2008-02-21 Thread Dan Nelson
In the last episode (Feb 21), Mike Spreitzer said: > I have a table with millions of rows. I am not sure exactly how many rows > it has, I get a different answer every time I ask! What's going on here? > > This DB is used only by me, and only by explicit commands --- I have no > background or

Re: Number of rows not constant

2008-02-21 Thread Dan Rogart
Hi, On 2/21/08 11:41 AM, "Mike Spreitzer" <[EMAIL PROTECTED]> wrote: > I have a table with millions of rows. I am not sure exactly how many rows > it has, I get a different answer every time I ask! What's going on here? > > This DB is used only by me, and only by explicit commands --- I have n

Number of rows not constant

2008-02-21 Thread Mike Spreitzer
I have a table with millions of rows. I am not sure exactly how many rows it has, I get a different answer every time I ask! What's going on here? This DB is used only by me, and only by explicit commands --- I have no background or on-line tasks using the DB. This is the DB that took 2 days