Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-56717

Use faster value comparison for Timeseries MinMax store

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • Fully Compatible
    • Execution Team 2021-06-28, Execution Team 2021-07-12

      Right now the comparison is using three way comparison with the spaceship operator. It is also handling comparisons where the types are different requiring more branches in the comparison code.

      We should utilize the fact that we've already compared the types and just need a simple less or more compare.

            Assignee:
            alison.lu@mongodb.com Alison Lu (Inactive)
            Reporter:
            henrik.edin@mongodb.com Henrik Edin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: