What is the rule of thumb for creating an index on a Y/N column. I have a table with 15 char(1) fields with the possible value of Y or N.
My table has 2.5 million records. I need the ability to filter by any of these columns either by Y or N and sometimes other criteria regarding other fields.
Is it overkill to index each one of these or not?
My table has 2.5 million records. I need the ability to filter by any of these columns either by Y or N and sometimes other criteria regarding other fields.
Is it overkill to index each one of these or not?