Is it possible to have a different service tier for the failover elastic pool than the active production database?

Robin Richardsson 20 Reputation points
2023-09-26T10:29:52.6366667+00:00

I'm considering to change the service tier for my failover elastic pool from Business Critical 4 vCores to General Purpose 4 vCores to make it more budget friendly. First I'm wondering if it's possible to have a different tier for the failover, and in that case what kind of impact will this have? I'm expecting reduced performance for the failover in the case that there's an outage and we need to use the failover, since we will be on a lower tier.

Azure SQL Database
{count} votes

Accepted answer
  1. Alberto Morillo 33,696 Reputation points MVP
    2023-09-27T01:50:40.01+00:00

    Yes, you can have secondaries (failover database in your question) using a different service tier. However, you should be cautious having the secondary database at a lower performance level than the primary as you need to ensure it has enough capacity to handle the update workload on the primary, otherwise transactions will be queued up for replication and you could lose significant amounts of data in the case of a forced failover.

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.