Clean Up IndexInfo struct in index_consistency

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 9.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Storage Execution
    • Fully Compatible
    • Storage Execution 2026-07-20
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      A number of small improvements can be made to this struct.

      • Remove const members and move them into `private` fields (this forces copy-on-move as it cannot bind T&&)
      • Replace `std::set` with `absl::flat_hash_set` 
      • Add default values to primitive member functions

      Changes may provide small performance benefits.

            Assignee:
            Ayesha Islam
            Reporter:
            Benjamin Pearce
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: