faster SELECT

Поиск
Список
Период
Сортировка
От sferriol
Тема faster SELECT
Дата
Msg-id 404C3FCC.6030607@imag.fr
обсуждение исходный текст
Ответы Re: faster SELECT  (Dexter Tad-y <dexterbt1@my.smart.com.ph>)
Re: faster SELECT  (Dexter Tad-y <dexterbt1@my.smart.com.ph>)
Re: faster SELECT  (Richard Huxton <dev@archonet.com>)
Re: faster SELECT  (Chris <list@1006.org>)
Re: faster SELECT  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
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
Дата:
Сообщение: Cant use Win32 API()
Следующее
От: Dexter Tad-y
Дата:
Сообщение: Re: faster SELECT