Performance optimization for low-durability databases

Low-durability databases have their durability set to no_recovery and at_shutdown. Because low-durability databases are not recovered, they provide these performance benefits:

Additional improvements to low-durability databases that are not directly related to their durability, occur internally, and require no administration:

These improvements also apply to temporary databases that have durability explicitly set to no_recovery (through create database or alter database); they do not apply to temporary databases with durability implicitly set to no_recovery.