Re: Testing 9.2 in ~production environment

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Testing 9.2 in ~production environment
Дата
Msg-id 4FE204500200002500048844@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Testing 9.2 in ~production environment  (James Cloos <cloos@jhcloos.com>)
Список pgsql-hackers
James Cloos <cloos@jhcloos.com> wrote:
>    create index mb_name_own_idx on mb ( lower(name), ownerid );
>   WHERE lower(name) = lower('foo@bar') AND ownerid=7;
If you expect to be using an equality test on ownerid, you should
put that first in the index.
BTW, this is starting to sound more like something for the
pgsql-performance list than the pgsql-hackers list.
-Kevin


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

Предыдущее
От: James Cloos
Дата:
Сообщение: Re: Testing 9.2 in ~production environment
Следующее
От: Florian Pflug
Дата:
Сообщение: Re: libpq compression