| Transaction Commit
|  | Write commit record to log.
 |  
|  | All log records up to Xacts lastLSN are flushed.
|  | Guarantees that flushedLSN ³ lastLSN. |  | Note that log flushes are sequential, synchronous writes to disk. |  | Many log records per log page. |  |  |  |  
|  | Commit() returns.
 |  
|  | Write end record to log. |  
 
 |