v.25.11Performance Improvement
Skip index used
If a skip index used in a query with FINAL query is on a column that is part of the primary key, the additional step to check for primary key intersection in other parts is unnecessary and now not performed. Resolves #85897. #88368 (Shankar Iyer).