Re: Why is PostgreSQL 9.1 not using index for simple equality select

Поиск
Список
Период
Сортировка
От Alban Hertroys
Тема Re: Why is PostgreSQL 9.1 not using index for simple equality select
Дата
Msg-id CAF-3MvMR04yV6HW7TB1Edffvx3h3__P7SqYW+Q7jQ_2zKE5JRg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Why is PostgreSQL 9.1 not using index for simple equality select  (Yang Zhang <yanghatespam@gmail.com>)
Список pgsql-general
On 12 April 2013 10:45, Yang Zhang <yanghatespam@gmail.com> wrote:
explain select * from lead where email = 'foo@blah.com';

What about:
explain analyze select * from lead where email = 'foo@blah.com';


--
If you can't see the forest for the trees,
Cut the trees and you'll see there is no forest.

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

Предыдущее
От: stephane.schildknecht@postgres.fr
Дата:
Сообщение: Automatic restart while upgrade
Следующее
От: Condor
Дата:
Сообщение: Re: How to convert US date format to European date format?