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

Make table deletion a constant-time operation.

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Engines

      Based on the discussion in this Slack thread, it seems that deleting a table involves durably writing the file data to disk first.

      Storex team is actively working on SPM-3313, where we are adding a new WiredTiger instance to mongod exclusively for temporary tables. In this case, we do not need to preserve data after a restart, so we would like table deletions and WT_CONNECTION::close to be very fast.

      Is it possible to make table deletions a constant-time operation?

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            sandeep.dhoot@mongodb.com Sandeep Dhoot
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated: