Tech moves fast! Stay ahead of the curve with Techopedia!
Join nearly 200,000 subscribers who receive actionable tech insights from Techopedia.
Database mirroring is the process of creating and managing multiple copies of a database for the purpose of database backup, recovery and/or performance optimization.
It is a type of data backup and business continuity process that utilizes mirrored instances to enhance database availability and provide a database failover mechanism.
Database mirroring is primarily used to create redundant instances of a database system. These redundant copies help in ensuring database service delivery even if the primary database is offline or unavailable.
Typically, database mirroring is achieved by creating and deploying an instance of a database on two servers, where one acts as the primary database and other as the mirrored database. Each transaction performed on the primary server is instantly copied on the mirrored database server. If the primary server fails, database operations can instantly be transferred to the mirrored database.
Do you work in the tech industry? Help us learn more about why the gender gap still exists in tech by taking this quick survey! Survey respondents will also be entered to win a $100 Amazon Gift Card!
Join nearly 200,000 subscribers who receive actionable tech insights from Techopedia.