Optimize hash-tables with infrequent updates

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Internal Code
    • None
    • Service Arch
    • Fully Compatible
    • Service Arch 2024-04-15, Service Arch 2024-04-29
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      This will use the optimized rwmutex from SERVER-86656 to create reader-optimized hash-tables for scenarios where the hash-table is not expected to change frequently, but the values are. For synchronizing values, we can either use AtomicWord, or the hazard pointer primitive from SERVER-86657.

      This will be helpful for, and should be adopted by, the following:

            Assignee:
            Amirsaman Memaripour
            Reporter:
            Amirsaman Memaripour
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: