Zhoutall / stasis

Automatically exported from code.google.com/p/stasis
Other
0 stars 0 forks source link

ArrayList should generate a single log entry for multi-page redos + undos. #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, ArrayList generates a log entry for each page that it allocates.
 (The entry is generated inside of TfixedPageInitialize().  Instead, it
should generate a redo that does not specify a page, but instead iterates
over a range of pages at recovery.  Of course, the redo/undo should check
page lsns.

Original issue reported on code.google.com by sears.ru...@gmail.com on 18 Feb 2010 at 7:53

GoogleCodeExporter commented 9 years ago

Original comment by sears.ru...@gmail.com on 26 Jul 2010 at 11:45