Re: Query about index usage

Поиск
Список
Период
Сортировка
Искать
От
Kevin Grittner
Тема
Re: Query about index usage
Дата
Msg-id
4C120F0B02000025000321BE@gw.wicourts.gov
Ответ на
Список
Дерево обсуждения
Re: Analysis Function Tim Landscheidt <tim@tim-landscheidt.de>
Re: Analysis Function David Jarvis <thangalin@gmail.com>
Re: Analysis Function David Jarvis <thangalin@gmail.com>
Re: Analysis Function Tom Lane <tgl@sss.pgh.pa.us>
Re: Analysis Function David Jarvis <thangalin@gmail.com>
Re: Analysis Function David Jarvis <thangalin@gmail.com>
Re: Analysis Function Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: Analysis Function Tom Lane <tgl@sss.pgh.pa.us>
Re: Analysis Function David Jarvis <thangalin@gmail.com>
Re: Analysis Function Magnus Hagander <magnus@hagander.net>
Re: Analysis Function Tom Lane <tgl@sss.pgh.pa.us>
Re: Analysis Function Magnus Hagander <magnus@hagander.net>
Re: Analysis Function David Jarvis <thangalin@gmail.com>
Re: Analysis Function Tom Lane <tgl@sss.pgh.pa.us>
Re: Analysis Function Bruce Momjian <bruce@momjian.us>
Re: Analysis Function David Jarvis <thangalin@gmail.com>
Re: Analysis Function David Jarvis <thangalin@gmail.com>
Re: Analysis Function Magnus Hagander <magnus@hagander.net>
Re: Analysis Function Tom Lane <tgl@sss.pgh.pa.us>
Re: Analysis Function Magnus Hagander <magnus@hagander.net>
Re: Analysis Function Tom Lane <tgl@sss.pgh.pa.us>
Re: Analysis Function Magnus Hagander <magnus@hagander.net>
Jayadevan M  wrote:
 
> One query about PostgreSQL's index usage. If I select just one
> column on which there is an index (or select only columns on which
> there is an index), and the index is used by PostgreSQL, does
> PostgreSQL avoid table access if possible?
 
PostgreSQL can't currently avoid reading the table, because that's
where the tuple visibility information is stored.  We've been making
progress toward having some way to avoid reading the table for all
except very recently written tuples, but we're not there yet (in any
production version or in the 9.0 version to be released this
summer).
 
-Kevin
В списке pgsql-performance по дате отправления
От: Matthew Wakeling
Дата:
Сообщение: Re: slow query performance
От: Greg Smith
Дата:
Сообщение: Re: Query about index usage
FAQ