Thread: Performance with Boolean datatype

Performance with Boolean datatype

From
"devi"
Date:
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