Re: Poor Performance on Postgres 8.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Poor Performance on Postgres 8.0
Дата
Msg-id 22896.1106941715@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Poor Performance on Postgres 8.0  (Pallav Kalva <pkalva@deg.cc>)
Ответы Re: Poor Performance on Postgres 8.0
Список pgsql-performance
Pallav Kalva <pkalva@deg.cc> writes:
> still doesnt make use of the index on common.attribute table .

What do you get from just plain

explain analyze select * from common.string text1_
where text1_.value='squareFeet';

I get the impression that it must think this will yield a lot of rows.

            regards, tom lane

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

Предыдущее
От: Alexandre Leclerc
Дата:
Сообщение: Re: Flattening a kind of 'dynamic' table
Следующее
От: Pallav Kalva
Дата:
Сообщение: Re: Poor Performance on Postgres 8.0