Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CREATE INDEX ... BTREEMySQL 5.6.13 を実行しており、本番データベースでステートメントを実行したいと考えています。
CREATE INDEX ... BTREE
テーブルは InnoDB で、行数は 400 万以下です。ロックしないでください。
docsによると、このステートメントはテーブルを完全にロックせず、すぐに戻るように見えます。しかし、この変更を行う前にセカンドオピニオンが必要でした。
このインデックスを作成しても安全ですか?