You are optimizing an Azure SQL Database that uses the Business Critical tier. Which THREE factors affect the maximum log rate?
Defines log rate limit.
Why this answer
Options B, C, and E are correct. The service level objective (SLO) defines the log rate limit. The number of data files affects log throughput because log records are written to log file, not data files, but the log rate limit is also influenced by data file count in some tiers? Actually, in Business Critical, the log rate is determined by the SLO and the number of log files? Wait, the correct factors: SLO (B), number of vCores (C) is part of SLO, and the number of log files (E) can affect log throughput.
Option A is wrong because page compression does not directly affect log rate limit. Option D is wrong because backup retention does not affect log rate.