开发者社区 > PolarDB开源 > PolarDB 分布式版 > 正文

PolarDB-X怎么加索引也报错?

PolarDB-X怎么加索引也报错?

3 sql运行异常
### Error updating database.  Cause: java.sql.SQLException: [16df64f733001000-2][172.17.0.8:53837][hospital]ERR-CODE: [PXC-4998][ERR_NOT_SUPPORT] Multi alter specifications when create GSI not support yet!
### The error may exist in com/jy/starter/flyway/mapper/FlyMapper.java (best guess)
### The error may involve com.jy.starter.flyway.mapper.FlyMapper.excute-Inline
### The error occurred while setting parameters
### SQL: alter table `keshi_info`add index `index_hospitalId` (`hospital_id`) ,add index `index_guobiaoksdm` (`guoBiaoDM`)
### Cause: java.sql.SQLException: [16df64f733001000-2][172.17.0.8:53837][hospital]ERR-CODE: [PXC-4998][ERR_NOT_SUPPORT] Multi alter specifications when create GSI not support yet!
; uncategorized SQLException; SQL state [HY000]; error code [4998]; [16df64f733001000-2][172.17.0.8:53837][hospital]ERR-CODE: [PXC-4998][ERR_NOT_SUPPORT] Multi alter specifications when create GSI not support yet! ; nested exception is java.sql.SQLException: [16df64f733001000-2][172.17.0.8:53837][hospital]ERR-CODE: [PXC-4998][ERR_NOT_SUPPORT] Multi alter specifications when create GSI not support yet!

iwEcAqNwbmcDAQTRCbQF0QRSBrDfEj3furatzQUWmV1VwCEAB9IEfpPLCAAJomltCgAL0gAHaT0.png_720x720q90.jpg

展开
收起
青城山下庄文杰 2023-10-17 17:46:17 169 0
1 条回答
写回答
取消 提交回答
  • 公众号:网络技术联盟站,InfoQ签约作者,阿里云社区签约作者,华为云 云享专家,BOSS直聘 创作王者,腾讯课堂创作领航员,博客+论坛:https://www.wljslmz.cn,工程师导航:https://www.wljslmz.com

    根据您提供的错误信息,问题出在尝试使用多个ALTER TABLE语句来创建索引时。目前,PolarDB-X尚不支持同时创建多个索引。

    要解决这个问题,您可以将多个ALTER TABLE语句合并为一个,如下所示:

    ALTER TABLE `keshi_info`
    ADD INDEX `index_hospitalId` (`hospital_id`),
    ADD INDEX `index_guobiaoksdm` (`guoBiaoDM`);
    

    这样,您就可以在一个语句中创建两个索引,而不会出现错误。

    2023-10-17 18:54:11
    赞同 展开评论 打赏

PolarDB 分布式版 (PolarDB for Xscale,简称“PolarDB-X”) 是阿里云自主设计研发的高性能云原生分布式数据库产品,为用户提供高吞吐、大存储、低延时、易扩展和超高可用的云时代数据库服务。

相关产品

  • 云原生分布式数据库 PolarDB-X
  • 相关电子书

    更多
    PolarDB-X分布式数据库解决方案 立即下载
    PolarDB-X 2.0 全局 Binlog 与备份恢复能 立即下载
    分布式数据库DRDS全新升级 立即下载