1 根据id范围进行分区 CREATE TABLE `person1` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `age` int(10) DEFAULT NULL, PRIMARY KEY (`id