Combine btree->ckpt_timestamp and btree->prune_timestamp into one variable or a union

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Btree
    • None
    • Storage Engines, Storage Engines - Foundations
    • SE Foundations - Q3+ Backlog
    • 3

      prune_timestamp is used only for ingest tables, and ckpt_timestamp is used only for stable tables. These fields could be combined into a single field or a union. However, since it's just two fields for now and the space overhead is minimal, it was decided to leave them as is.

      Try combining them into one variable or a union.

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

              Created:
              Updated: