Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-9573

Docs for SERVER-15977: Provide #ADD semantics to benchRun

    XMLWordPrintableJSON

Details

    Description

      Engineering Ticket Description:

      h2: Enhancement

      Want to the ability to add number in order to create a range, for example

      {_id: {$gt: <RND_NUM>, $lt: <RND_NUM>+50}}
      

      This could look something like

      { op: "let", target: "x", value: {"#RAND_INT": [0,50] }},
      { op: "find", query: { _id : { $gt : { "#VARIABLE" : "x" }, 
                                                $lt : { "#ADD" : [{#VARIABLE: "x"},50 } } } }
      

      Attachments

        Activity

          People

            kay.kim@mongodb.com Kay Kim (Inactive)
            emily.hall Emily Hall
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              6 years, 31 weeks, 1 day ago