MySQLSharding _ MySQL

Source: Internet
Author: User
MySQLSharding technology bitsCN.com

Introduction to MySQL Sharding technology

A production system always goes through a process in which the business volume increases from small to large. scalability is an important metric to consider the high availability of the system. Imagine that a Notepad application can be opened and accessed quickly when few bytes are stored, but if it is hard to store millions or tens of millions of bytes, so this notebook is probably closed! Similarly, at the beginning of the system, the number of users was small, and all the data was stored in the same database. at this time, a single database can cope with the low user pressure. However, as the number of users increases, the database pressure increases. without proper resizing mechanisms, robust hardware and commercial databases will also take a break.

"Shard" literally means fragments, and Sharding can be translated into fragments. MySQL5 and later provide Sharding capabilities to break through the I/O capability limit of single-node data servers and solve the problem of horizontal scaling of database Scale-Out. Sharding allows you to align data with user distribution based on physical locations for faster response. operations on giant objects are always a headache. Sharding splits data into blocks and summarizes smaller datasets for better experience; sharding distributes data among various data nodes to achieve load balancing for their operations.

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.