GBase 8a
安装配置
文章

请完善缺少的功能

发表于2025-09-04 17:32:02110次浏览1个评论

版本:gbae 8a v9.5.3

功能点:

1、5.1.10.6 CET(with…as…)在注意中说明了 不支持嵌套 with as ,但,在复杂查询中,这是一个很常用的功能,希望支持。

2、分区表的任何字段,都不能支持索引,报错:

SQL错误[1702][HY000]: gcluster table error: Table storage engine for ‘table_name’ doesn't have this option.

实际上同样的存储引擎EXPRESS,没有分区的表,就能创建索引。 错误提示与实际不符。希望分区表支持索引。

3、不能支持联合字段的索引。create index idx_xxx schema.tablename(field1,field2) using index global. 报错:

SQL错误[1702][HY000]: (GBA-01EX-0010) Hash index error: hash index ‘idx_xxx’ only can be set on one column.

希望支持多字段索引。

评论

登录后才可以发表评论
GBase用户47954发表于 3个月前
感谢作者的精彩分享!