We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Path:/zh-CN/docs/1.2/advanced/alter-table/schema-change 对于 OLAP 大表,增加表字段时性能非常慢,有可能N个小时都完成不了,最终还失败报错。文档有一个 light_schema_change 特性,默认是关闭的。修改属性开启后,再次 DDL 表也没有成功。不知道是 light_schema_change 参数不生效,还是DDL就是慢。如果使用重建表,然后使用 select ... insert into,性能不知道如何(10亿数据量,原表字段有可能有1000个)?或者是否有其他建议呢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Path:/zh-CN/docs/1.2/advanced/alter-table/schema-change
对于 OLAP 大表,增加表字段时性能非常慢,有可能N个小时都完成不了,最终还失败报错。文档有一个 light_schema_change 特性,默认是关闭的。修改属性开启后,再次 DDL 表也没有成功。不知道是 light_schema_change 参数不生效,还是DDL就是慢。如果使用重建表,然后使用 select ... insert into,性能不知道如何(10亿数据量,原表字段有可能有1000个)?或者是否有其他建议呢
The text was updated successfully, but these errors were encountered: