Month: February 2023

Why Isn’t My Index Getting Used?-Indexes-1

There are many possible causes of this. In this section, we’ll take a look at some of the most common. Case 1We’re using a B*Tree index, and our predicate does not use the leading edge of an index. In this case, we might have a table T with an index on T(x,y). We query SELECT Read More