GBase 8a
运维管理
文章

GBase8a MPP的Express引擎不支持某些语法时

发表于2025-06-30 14:41:03130次浏览2个评论

问题:

The query includes syntax that is not supported by the Express engine. Either restructure the query with supported syntax, or enable the GBase Query Path in the configuration file to execute the query with reduced performance.

 

解决:

set _gbase_query_path=1;

/*允许不支持 Express 引擎的查询走标准引擎*/

评论

登录后才可以发表评论
用户头像
levvel发表于 2个月前
写得真好!
GBase用户51883发表于 2个月前
向大佬学习