摘要: 粗略方式 之 merge 分表法-- 分表设计 DROP table IF EXISTS tb_schtest1; create table tb_schtest1( id bigint primary key auto_increment , `name` varchar(20), sex tinyint not null default '0' )ENGINE=MyI... 阅读全文
posted @ 2017-03-24 16:24 斌灬小生不才 阅读(187) 评论(0) 推荐(0) 编辑