SQL Server
When SQL Server databases are used, to reduce the I/O latency and offer optimal performance, set target_recovery_time to 60 according to the SQL official suggestion. For details, see https://docs.microsoft.com/en-us/sql/relational-databases/logs/database-checkpoints-sql-server#IndirectChkpt.
The preceding operation applies to SQL Server 2012 and later.