Re: Row estimates on empty table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Row estimates on empty table
Дата
Msg-id 4488.1253223585@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Row estimates on empty table  (Alban Hertroys <dalroi@solfertje.student.utwente.nl>)
Список pgsql-general
Alban Hertroys <dalroi@solfertje.student.utwente.nl> writes:
> I'm seeing something strange with the row-estimates on an empty table.

It's intentional that we don't assume an empty table is empty.
Otherwise you could get some spectacularly awful plans if you
create a table, fill it, and immediately query it.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 'Weird' errors
Следующее
От: Tom Lane
Дата:
Сообщение: Re: haversine formula with postgreSQL