Re: Forcing index scan on query produces 16x faster

Поиск
Список
Период
Сортировка
От David Wilson
Тема Re: Forcing index scan on query produces 16x faster
Дата
Msg-id e7f9235d1003171456q5d905234o85a1843f7a196218@mail.gmail.com
обсуждение исходный текст
Ответ на Forcing index scan on query produces 16x faster  (Christian Brink <cbrink@r-stream.com>)
Список pgsql-performance


On Wed, Mar 17, 2010 at 5:25 PM, Christian Brink <cbrink@r-stream.com> wrote:

              ->  Index Scan using sales_tranzdate_index on sales s  (cost=0.01..1825.27 rows=22530 width=12) (actual time=0.072..3.464 rows=225 loops=1)

Have you tried increasing the statistics on that table (and then analyzing)? The estimates for that index scan are off by a factor of 100, which may indicate why the planner is trying so hard to avoid a nestloop there.

--
- David T. Wilson
david.t.wilson@gmail.com

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

Предыдущее
От: Christian Brink
Дата:
Сообщение: Forcing index scan on query produces 16x faster
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Forcing index scan on query produces 16x faster