Performance with Boolean datatype

From: "devi" <devi(at)visolve(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Performance with Boolean datatype
Date: 2009-04-01 10:32:24
Message-ID: F9C01A8D271945F298A011ADEF75468D@Devi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I would like to know is there any perf differences between

case 1: when i use ( .......where validate=FALSE) [validate as Boolean]

case 2: when i use ( ....... where validate=1) [validate as int(1)]

Thanks
DEVI.G

Browse pgsql-general by date

  From Date Subject
Next Message ries van Twisk 2009-04-01 12:20:48 Need help with : org.postgresql.util.PSQLException : ERROR: deadlock detected
Previous Message Chris.Ellis 2009-04-01 08:21:11 Re: Server Performance