bitsCN.com
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 across 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/
MySQL使用为什么要分库分表
http://blog.51yip.com/mysql/949.html
mysql分表的3种方法
http://database.51cto.com/art/201002/184392.htm
深入了解MySQL 5.5分区功能增强
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号