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

Support long-running snapshot readers

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • WT2.7.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      WiredTiger currently provides named snapshots, which allow applications to assign a name to a point in transaction time and perform reads as-of that time.

      The current implementation keeps all updates more recent than the oldest named snapshot pinned in cache, so it can easily cause the cache to become full of dirty pages that cannot be evicted. Find a solution so that ordinary reads and writes are not blocked by long-running readers.

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            michael.cahill@mongodb.com Michael Cahill (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: