Will Indexing Binary Columns Improve Performance for SQL WHERE BETWEEN statements?
- by thenonhacker
I have a table that has a binary column that represents IP Address data. One of the queries perform a BETWEEN comparison on that binary column.
If I index that column, will performance improve for the BETWEEN comparison in the SQL Statement?