MySQL sharding references

Source: Internet
Author: User

Http://stackoverflow.com/questions/5541421/mysql-sharding-approaches

Http://www.oschina.net/search? Scope = blog & q = Sharding

Http://gigaom.com/2011/12/06/facebook-shares-some-secrets-on-making-mysql-scale/

 

Http://dbanotes.net/database/database_sharding-2.html

 

Https://blogs.oracle.com/MySQL/entry/scaling_web_databases_auto_sharding

Auto-Sharding

MySQL Cluster is implemented as a distributed, multi-master database with no single point of failure. tables are automatically sharded into ss a pool of low cost commodity nodes, enabling the database to scale horizontally to serve read and write-intensive workloads, accessed both from SQL and directly via NoSQL APIs (memcached, REST/HTTP, C ++, Java, JPA and LDAP ). up to 255 nodes are supported, of which 48 are data nodes. you can read more about the different types of nodes here.

 

Http://www.mysqlsupport.cn/why-mysql-splite-databases-tables/

Why database/table sharding for MySQL?

 

Http://blog.51yip.com/mysql/949.html
Mysql table sharding Methods

Http://database.51cto.com/art/201002/184392.htm
Enhanced MySQL 5.5 partition functions

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.