An error occurred fetching the project authors.
  1. 16 Dec, 2002 2 commits
    • Jeremy Hylton's avatar
      Apparently functional version that reads from the end. · d7f6e394
      Jeremy Hylton authored
      Starts near the end of the file and reads forward, looking for a
      complete snapshot.  If it doesn't find one, move farther from the end
      and repeat.
      
      XXX This approach does N**2 reads, where N is the number of times we
      need to move further back and retry.  When we move backwards, we
      double the distance from the end of the file.
      d7f6e394
    • Jeremy Hylton's avatar
      A preliminary replacement for handy zeowait.py script. · 8d5f1601
      Jeremy Hylton authored
      This processes the whole file from the beginning collecting info about
      active / blocked transactions.  This version is preliminary because it
      needs to start at the end and backup until it has enough information.
      8d5f1601