In large databases, what strategy is typically used to minimize downtime during migration?

  • Blue-green deployment
  • Full database lock
  • Rolling deployment
  • Stop-the-world deployment
Rolling deployment is a strategy commonly used in large databases to minimize downtime during migration. This approach involves gradually migrating subsets of the database while maintaining the overall availability of the system. By rolling out changes incrementally, downtime is minimized, and users experience less disruption.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *