Re: planner doesn't use multicolumn index

Поиск
Список
Период
Сортировка
От Manfred Koizar
Тема Re: planner doesn't use multicolumn index
Дата
Msg-id vv78ov80ffnvhhbrnj0f3qbhopaimnr63k@email.aon.at
обсуждение исходный текст
Ответ на planner doesn't use multicolumn index  (Adrian Demaestri <ademaestri@yahoo.com>)
Список pgsql-performance
On Wed, 8 Oct 2003 09:08:59 -0500 (CDT), Adrian Demaestri
<ademaestri@yahoo.com> wrote:
>the type of the fields are int2 and
>int4, the where condition is v.g. partido=99 and partida=123).

Write your search condition as

    WHERE partido=99::int2 and partida=123

Servus
 Manfred

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

Предыдущее
От: Jeff
Дата:
Сообщение: Presentation
Следующее
От: Jeff
Дата:
Сообщение: Re: Sun performance - Major discovery!