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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南