我在更改大表(400 G)以添加索引时遇到 Mysql(5.7)错误:
ERROR 1799 (HY000): Creating index 'FTS_DOC_ID_INDEX' required more than 'innodb_online_alter_log_max_size' bytes of modification log. Please try again.
Run Code Online (Sandbox Code Playgroud)
我想我必须增加,innodb_online_alter_log_max_size
但我担心它是从 RAM 中取出的,因为它已经足够满了。
注意:我的路径上有足够的空间tmpdir
。