When writting SQL queries that will scan millions of rows it is important to optimize them. Otherwise, they could turn to be slow and processor consuming. In this post, some techniques that can be applied effectively to improve the performance of SQL queries are explained.
Continue reading “Query Optimization Techniques in SQL”