The idea of establishing a website server group with reliability based on SQL Server

Source: Internet
Author: User
Tags website server

SQL Server read/write separation, load army, and fault recovery have always been difficult. In SQL server2005, database Mirroring is provided, it provides another low-cost solution for fault recovery (I used to use dual-machine hot standby). Below is a server Structure Topology I have imagined.

The main operation of the website is query, so it solves the read operation performance bottleneck and the read/write deadlock problem is the key.

The general structure is read/write database separation, and SQL Server replication technology is used between read/write servers;

The write server uses the image function. The primary server and the backup server must have the same publishing target server. Therefore, the distribution server needs high reliability and fault tolerance;

The distributor adopts dual-machine hot standby mode;

The read-only server uses subscription. The specific subscription mode needs to be selected based on the actual situation;

The above is just one of my ideas and has not been implemented. I hope you can give me some suggestions.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.