faster SELECT

From: sferriol <sylvain(dot)ferriol(at)imag(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: faster SELECT
Date: 2004-03-08 09:41:32
Message-ID: 404C3FCC.6030607@imag.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dexter Tad-y 2004-03-08 10:21:11 Re: faster SELECT
Previous Message Karam Chand 2004-03-08 08:40:45 Cant use Win32 API()