Re: bad estimates

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: bad estimates
Дата
Msg-id 0bf301c36e05$a72f90b0$2800a8c0@mars
обсуждение исходный текст
Ответ на bad estimates / non-scanning aggregates  (Ken Geis <kgeis@speakeasy.org>)
Список pgsql-performance
> > I went through the code (7.4 beta2) that estimates the cost of an index
> > scan path.  What I need to be sure of is that when running a query in
> > pgsql that uses only the columns that are in an index, the underlying
> > table need not be accessed.  I know that Oracle does this.

PostgreSQL absolutely does not do this.  It is also not possible to do this
due to MVCC.

Chris


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: Indexing question
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Hardware recommendations to scale to silly load