Search Postgresql Archives

IN clause performance

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Basic query optimization question- does Postgres process
 
   x IN (y1, y2) 
as fast as
   (x = y1 OR x = y2)
 
in a function?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux