-
Type:
Sub-task
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
QE 2024-02-19, QE 2024-03-04, QE 2024-03-18
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Replace
db.adminCommand({
setQuerySettings: "DF434$5fr4%$%f45rFDt44",
settings: {
indexHints: {
allowedIndexes: ["a_1"]
}
}
});
with
db.adminCommand({
setQuerySettings: {
queryShapeHash: "DF434$5fr4%$%f45rFDt44",
ns: "myDb.myColl"
},
settings: {
indexHints: {
allowedIndexes: ["a_1"]
}
}
});