mysql-水平分表-垂直分表

https://blog.csdn.net/qq_17392301/article/details/45501597?utm_source=blogxgwz4php Mysql的分表技术  水平分割技术:->以qq用户登陆为例: mysql 建立uuid表 create table uuid (id int unsigned primary key auto_increment);sql 建立3
相关文章
相关标签/搜索