本文為您介紹遷移 MySQL 資料庫的資料至 OceanBase 資料庫 MySQL 租戶時,DROP INDEX DDL 轉換支援的範圍。
總覽
OceanBase 遷移服務(OceanBase Migration Service,OMS)支援刪除索引 DROP INDEX
。
DROP INDEX index_name ON tbl_name
[algorithm_option | lock_option] ...
algorithm_option:
ALGORITHM [=] {DEFAULT | INPLACE | COPY}
lock_option:
LOCK [=] {DEFAULT | NONE | SHARED | EXCLUSIVE}
忽略的屬性
重要
如果同步的 DDL 包含以下不支援的定義,則這些屬性將不會被解析和轉換,最終會被忽略。
不支援指定 ALGORITHM = DEFAULT | INPLACE | COPY。
不支援指定 LOCK = DEFAULT | NONE | SHARED | EXCLUSIVE。