MySQL sharding的几个参考地址
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
开源数据库 Sharding 技术 (Share Nothing)
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/
http://blog.51yip.com/mysql/949.html
mysql分表的3种方法
http://database.51cto.com/art/201002/184392.htm
深入了解MySQL 5.5分区功能增强
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· SQL Server 2025 AI相关能力初探
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
2011-11-03 NoSQL学习路线图 - 使用 NoSQL 数据库分析大规模数据[转]
2010-11-03 WCF RIA Services 客户端、服务端的处理方法和例子