I have designed databases several times in my company. To increase the performance of the database, I look for Normalisation and Indexing only. If you were asked to incr
Optimizing the queries that are used to access that database is most important. Just by adding indexes you don't guarantee that queries will use them.