Re: help with getting index scan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: help with getting index scan
Дата
Msg-id 21664.1014655810@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: help with getting index scan  ("Thomas T. Thai" <tom@minnesota.com>)
Ответы Re: help with getting index scan
Список pgsql-general
"Thomas T. Thai" <tom@minnesota.com> writes:
> sorry tom, i'm still new to PostgreSQL. what is pg_stats and how do i use
> it in the way you've asked?

select * from pg_stats where tablename = 'foo';

>> If you set enable_seqscan to off, do you get a plan you like better?
>> If so, what is it?

> with seqscan off, the query still takes about the same about of time
> (around 8 secs). i'd like to get it down to 1 if possible.

I wanted to know what the plan and cost estimates are.  Also, it'd be
good to show EXPLAIN ANALYZE results, so that we can compare reality
to planner cost estimates ...

            regards, tom lane

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

Предыдущее
От: "Thomas T. Thai"
Дата:
Сообщение: Re: help with getting index scan
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Casting varchar to timestamp fails in plpgsql