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
We haven't written about one performance bit:
Hardware.
Databases are intensely I/O driven. Moving to a faster hard drive should increase the speed of database queries. Splitting the database among many fast hard drives might improve it even more.