Re: faster SELECT

From: Dexter Tad-y <dexterbt1(at)my(dot)smart(dot)com(dot)ph>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: faster SELECT
Date: 2004-03-08 10:21:11
Message-ID: 1078741270.3816.3.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Karam Chand 2004-03-08 10:22:01 Re: Cant use Win32 API() ( SORRY .. WRONG LIST )
Previous Message sferriol 2004-03-08 09:41:32 faster SELECT