Friday, September 14, 2012
How many database Indexes is too many?
Having a lot
of indexes on your table will affect the performance of your table
either bad side or good side. It depends on what operation you use
most.
Index will help fasten your query, and at the same time might slow
your query down. When you...