Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-7713

fixed-length column-store semantics

    • Type: Icon: Technical Debt Technical Debt
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Fixed-length column-store cannot store timestamps on disk, which means it cannot support writing prepare operations to disk and other similar semantics.

      Given the intended use of fixed-length column-store, a reasonable approach might be to implement "standard" semantics in-memory (including support for rollback-to-stable of the in-memory state), but only write values to stable storage that are both locally durable and cannot be rolled back to an earlier state by rollback-to-stable.

      alexander.gorrod, vamsi.krishna, michael.cahill, tagging you as the most likely folks to have strong opinions.

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: