mariadb sequential partition manager py:根据自动增量ID管理MariaDB分区 源码
该工具通过顺序ID分区和管理MariaDB表。 请注意,在ext4文件系统上重组分区并不是一项快速的操作。 在xfs和zfs上速度很快。 首先,使用InnoDB添加分区需要完整的表副本。 相似工具: ,用于具有基于日期的分区的表 ,已存档且使用纯SQL 用法 → pip install --editable . → partition-manager --log-level=debug \ --mariadb test_tools/fake_mariadb.sh \ add --noop --table tablename DEBUG:root:Auto_Increment column identified as id DEBUG:root:Partition range column identified as id DEBUG:root:Found p
下载地址
用户评论