Change update query settings by-query-shape-hash interface

XMLWordPrintableJSON

    • 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
    • 3
    • 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"]
          }
        }
      });
      

            Assignee:
            Romans Kasperovics
            Reporter:
            Romans Kasperovics
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: