💡 Quick tip: When checking if an array column in the Postgres table contains a specific element, use @> (I call it the "ice-cream" operator 😀). It's faster than using ANY. #postgres #sql #database #performance

💡 Quick tip: When checking if an array column in the Postgres table contains a specific element, use @> (I call it the "ice-cream" operator 😀). It's faster than using ANY. #postgres #sql #database #performance

No replies yet.