Re: faster SELECT

Поиск
Список
Период
Сортировка
От Dexter Tad-y
Тема Re: faster SELECT
Дата
Msg-id 1078741498.3816.5.camel@localhost
обсуждение исходный текст
Ответ на faster SELECT  (sferriol <sylvain.ferriol@imag.fr>)
Список pgsql-general
Sorry for my last blank post, anyway, im not sure this helps but have
you tried using EXPLAIN?

Dexter Tad-y


On Mon, 2004-03-08 at 17:41, sferriol wrote:
> hello
> in a 'SELECT', does postgres read the 'WHERE' condition from left to right.
>
> for example
> 1) select ... where a and b;
> 2) select ... where b and a;
>
> 1 and 2 will use the same cpu time or not ?
>
> sylvain


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

Предыдущее
От: Karam Chand
Дата:
Сообщение: Re: Cant use Win32 API() ( SORRY .. WRONG LIST )
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: faster SELECT