PostgreSQL: Enhancements in 7.4: Performance: IN()

  • IN/NOT IN() now optimised
  • Before:

  • 7.4:

  • Use of hash, not linear scan
  • Reports of 400% performance increase in real world
Prev

Next

Page 15