Consider reducing __wt_layered_table_manager_entry size

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Layered Tables
    • None
    • Storage Engines - Foundations
    • SE Foundations - Q4+ Backlog
    • 3

      Currently __wt_layered_table_manager_entry stores the following fields:
       

      struct __wt_layered_table_manager_entry {
      uint32_t ingest_id;
      uint32_t stable_id;
      const char *layered_uri;
      const char *ingest_uri;
      const char *stable_uri;
      };
      

       

      Check whether ingest_uri, stable_uri could be removed

            Assignee:
            [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            Ivan Kochin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: