| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера