Re: Strange scenary.

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Strange scenary.
Дата
Msg-id 20040708093450.B95902@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Strange scenary.  (Guido Barosio <gbarosio@sinectis.com.ar>)
Список pgsql-admin
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.

В списке pgsql-admin по дате отправления:

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Connect to postgres from a script using password
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: