RecordId class to support ObjectId type

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.9.0
    • Affects Version/s: None
    • Component/s: Storage
    • None
    • Fully Compatible
    • Execution Team 2021-02-08
    • 0
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      The RecordId class is used in a vast number of places throughout the server codebase. To avoid a complicated refactor, modify the RecordId class internally so that users are unaware of its underlying type. To support compatibility with existing record stores that use a 64-bit int key format and new record stores that will use ObjectId, the RecordId class should be modified to store either an int64_t or an ObjectId.

            Assignee:
            Louis Williams
            Reporter:
            Gregory Wlodarek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: