[Company Logo Image] 

Home Up Contents Coffee Break Credits Links Search

 
Lazy Commit

 

 

Home
Analysis Services
Azure
CLR Integration
High Availability
Open Source
Security
SQL Server 2008
SQL Server 2012
SQL Server 2014
SQL Server 2016
SQL Server 2017
SQL Server 2019
Tips
Troubleshooting
Tuning

Lazy Commit


SQL Server transaction commits can be of two type: fully durable or delayed durable. That delayed durability is also called "Lazy Commit".

The following excerpt from MSDN library defines "Fully durable transaction commits are synchronous and report a COMMIT as successful and return control to the client only after the log records for the transaction are written to disk. Delayed durable transaction commits are asynchronous and report a COMMIT as successful before the log records for the transaction are written to disk".

For more information when to take advantage of this feature available on SQL Server 2014, please click here.



 

 

 

.Send mail to webmaster@sqlcoffee.com with questions or comments about this web site.