⚠️ This post links to an external website. ⚠️
An expression like WHERE LOWER(email) won't use an index created for the email column. By creating a function-based index (functional index) you can use this condition with full index support.
Every developer has at least once been puzzled why a simple condition like
WHERE lower(email)is not using an index created on the
continue reading on sqlfordevs.com
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.