使用mysql的分区功能,可以把一个大的数据表分成多个小份,用户不需要区分不同的表 ... mysql> create table rc3( a int, b int ) partition by range ...
確定! 回上一頁