I have a large data table with about 2.5 mil records with 60 fields. I have a web application reading this table so users can fiter, query on many fields, maybe 20 to 30 different fields. Two fields are Race and Gender, since they will be querying on these two fields, I assume I need to create an index for these searchable fields, even though the values are M/F for Gender and W/B/H/O for Race.
Otherwise it seems to take an hour or more to run a query if I didnt have the index. So my question is can I have too many indexes for something like this.
Otherwise it seems to take an hour or more to run a query if I didnt have the index. So my question is can I have too many indexes for something like this.