We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DD是一年之中的天数
(YYYY*366+DD)%分库数
create table travelrecord ( .... ) ENGINE=InnoDB DEFAULT CHARSET=utf8 dbpartition by YYYYMM(xxx) dbpartitions 8 tbpartition by xxx(xxx) tbpartitions 12;