Is index creating a blocking operation in Mysql Aurora 5.6

0

We need to create an index in a table which has 53mln records. We don't know how much this operation may be executed.
In our case table can't be locked because it crashes application which can not take a place.

I want to execute this SQL: CREATE INDEX test_idx ON table_name(column(1), column2);
We are using: 5.6.mysql_autora.1.23.2 version

The question is: Will this SQL blocked read&write operations?

PawelN
質問済み 3年前928ビュー
1回答
0

I did tests and I can admit that creating index doesn't block SELECT & INSERT operation.

PawelN
回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ