Description
In very specific cases, queries can miss rows in a primary or unique index that is being scanned, causing incorrect query results. The problem can occur only when the query plan involves a scan when all of the following are true:- Retrieves at least 10MB of data
- Spans multiple ranges
- Involves scanning isolated keys from the index (for example, derived from conditions involving
IN).

