2022-03-31から1日間の記事一覧

ハッシュパーティションのメンテナンス

DB

MySQL (8.0.26) drop table tab1; create table tab1( col1 bigint not null, col2 bigint not null) partition by hash ( col2 ) ( partition p1 , partition p2 , partition p3 , partition p4 , partition p5 , partition p6 , partition p7 , partition …