stasis-aries-wal/stasis/io
Sears Russell b126b45bcc Improve sequential write performance of buffer manager.
This patch adds support for "asyncForce" which forces all pages to disk that
were dirtied before the *previous* call call to asyncForce.  This method
only applies to dirty pages in the Linux file cache (not in the Stasis buffer
pool), and is used by new writeback logic that bounds the amount of such
backlog that exists at any given time.

This patch also changes writeback behavior; the dirty page table now sorts
pages by pageid instead of LSN when it is invoked by writeback.  When it is
invoked by log truncation, it still sorts by LSN.
2011-10-08 22:01:04 +00:00
..
handle.h Improve sequential write performance of buffer manager. 2011-10-08 22:01:04 +00:00
rangeTracker.h Renamed 'lladd' directories and python module to 'stasis' 2007-06-11 21:36:57 +00:00