Hi all,
I have a database which currently contains only a few records in each of the tables. However I have also set up indexes for the main fields which are used in the WHERE clauses of my SQL statements.
My query is that when indexing is enabled on these fields the SQL is relatively slow at returning the result compared to running the same SQL with the indexes removed.
I am presuming that this is because it is quicker to sequentially search the tables rather than use an index while there are relatively few records within the table initially.
Can anyone pass on their views on this and whether I should keep the indexes or not.
MicroBlueChip.