On Sat, 3 Jul 2004, Guido Barosio wrote:

> Hi,
>
>       This is the problem. I create a database from cero. I create a empty table, 
> name students. I ask for an EXPLAIN
> on this new table, and the output of the query analyzer tells me that this table is 
> filled with 1000 rows.
>
>       So...why is that?

That's the default value set for the estimated number of rows; that row
count is the estimated rows based on the statistics not the actual
number of rows returned (see EXPLAIN ANALYZE's second set of numbers
for each step for that information) and you haven't run analyze to give it
more accurate statistics.

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to