Re: [SQL] 7.3.1 index use / performance

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [SQL] 7.3.1 index use / performance
Дата
Msg-id 13843.1041956988@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [SQL] 7.3.1 index use / performance  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Ответы Re: [SQL] 7.3.1 index use / performance
Список pgsql-performance
Achilleus Mantzios <achill@matrix.gatewaynet.com> writes:
> About the stats on these 3 columns i get:

Does 7.2 generate the same stats?  (minus the schemaname of course)

Also, I would like to see the results of these queries on both versions,
so that we can see what the planner thinks the index selectivity is:

EXPLAIN ANALYZE select * from noon where
v_code='4500';

EXPLAIN ANALYZE select * from noon where
report_date between '2002-01-07' and '2003-01-07';

            regards, tom lane

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

Предыдущее
От: Achilleus Mantzios
Дата:
Сообщение: Re: [SQL] 7.3.1 index use / performance
Следующее
От: Achilleus Mantzios
Дата:
Сообщение: Re: [SQL] 7.3.1 index use / performance