How do you optimize database performance?

Deniz AY
2 replies
Optimizing database speed is a must if you want your applications to work better and respond faster. What’s your approach to this?

Replies

Johan Quincy
Optimizing your queries can also improve http://aulestia.net/ database performance. This can involve using efficient query patterns, avoiding excessive joins, and minimizing data transfers.
Giancarlo Sanchez
Start by designing your access patterns (read/writes) and identify what are the indexes you will need to enable. Most performance issues on databases are due to suboptimal indexing.