Entries from 2020-12-01 to 1 month

SQL Performance Tuning: Finding Duplicate & Redundant Indexes

In this blog, we’ll cover redundant and duplicate indexes, which are quite common in applications and affect database performance. An index is duplicated when there is more than one defined on a single column. Such indexes may have varying…