Example for optimizing queries
Here, we’ll take a look at some examples of optimizing queries using indexes.
MD5
Problem - How to use an MD5 column to do an indexed search when we might not be able to use index otherwise?
Note that the big columns, such as text, are stored in a se...
shreyanshgupta.hashnode.dev6 min read