更新时间:2023-12-22 GMT+08:00
Analyze
GS_225120010
错误码: No Datanode defined in cluster.
解决方案:您需要使用CREATE NODE定义至少1个Datanode。
level: ERROR
GS_225120023
错误码: Statistics in some tables or columns(%s) are not collected.
解决方案:对表执行ANALYZE,以便生成优化的计划。
evel: level
GS_225120024
错误码: Statistics in some obs foreign tables(%s) are not collected.
解决方案:为外表设置totalrows选项,以便生成优化计划。
level: level
GS_225200001
错误码: The tupleDesc analyzed in CN is different from which received from DN.
解决方案:请再次分析关系。
level: ERROR
GS_225200020
错误码: The tupleDesc analyzed on %s is different from tupleDesc which temp table created.
解决方案:对%s进行ANALYZE操作.
level: LOG
父主题: 优化器